Object-oriented notes

First, the object-oriented study of three main lines:

  • Members of Java class and class : properties, methods, constructors, code blocks, inner class;
  • Object-oriented three characteristics : encapsulation, inheritance, polymorphism;
  • Other keywords : the this, Super, static, Final, abstract, interface, Package Penalty for, Import, etc.

Guess you like

Origin www.cnblogs.com/boogie-xy/p/11318608.html