Translate

2016年10月4日 星期二

105-1 元智資工 - Introduction to Java - Class / Method / Object

Class / Method / Object
  • Class Structure
    • Constructor
    • Method
    • Member

    • Controlling Access to members
      • Public
      • Private

    • Overloaded

    • Inheritance
      • Superclass
      • Subclass
      • Protected
      • override
    • Polymorphism

  • References
    • CH3 : Introduction to Classes, Objects Methods and Strings
    • CH8 : Classes and Objects: A Deeper Look
    • CH9 : Object-Oriented Programming: Inheritance
    • CH10 : Object-Oriented Programming: Polymorphism

Summary of important concepts

  • Inheritance
  • Package
  • Overloaded
  • Override
  • Polymorphism

沒有留言: