课程 Java程序设计6:Class Design (怀旧版)

来源:互联网 发布:西门子200编程软件下载 编辑:程序博客网 时间:2024/04/29 10:49

Class Design:

下载   返回课程目录

  • Define inheritance, polymorphism, overloading, overriding,and virtual method invocation
  • Use the access modifiers protected and “package- friendly”
  • Describe the concepts of constructor and method overloading
  • Describe the complete object construction and initialization operation
  • In a Java program, identify the following:
    • Overloaded methods and constructors
    • The use of this to call overloaded constructors
    • Overridden methodsInvocation of super class methods
    • Parent class constructors
    • Invocation of parent class constructors

原创粉丝点击