标签:未能 https 技术 选择性 public for ref com 照片
1.关于绑定
2.由继承实现多态性
3.利用接口实现多态性
4.排序
5.搜索
脚本截图
In order to determine the type that a polymorphic variable refers to, the decision is made
A . by the programmer at the time the program is written
B . by the compiler at compile time
C . by the operating system when the program is loaded into memory
D . by the Java run-time environment at run time
E . by the user at run time
解析:这道题目是在问是在什么阶段确定多态变量所引用的类型,这也是属于第十章内容。对于多数情况下的这种请求,这种绑定是发生在编译阶段,但是对于多态性引用,这种绑定要延迟到程序运行才能执行,并且要绑定的方法取决于当时引用变量所引用的对象,这种被延迟的请求事件被称为后绑定或动态绑定。
基于评分标准,我给本博客打分:XX分。得分情况如下:xxx
## 学习进度条
代码行数(新增/累积) | 博客量(新增/累积) | 学习时间(新增/累积) | 重要成长 | |
---|---|---|---|---|
目标 | 5000行 | 30篇 | 400小时 | |
第一周 | 200/200 | 2/2 | 20/20 | |
第二周 | 300/500 | 2/4 | 18/38 | |
第三周 | 500/1000 | 3/7 | 22/60 | |
第四周 | 300/1300 | 2/9 | 30/90 |
20172325 2017-2018-2 《Java程序设计》第八周学习总结
标签:未能 https 技术 选择性 public for ref com 照片
原文地址:https://www.cnblogs.com/20172325DYK/p/8982580.html