OO definitions

?
  • Created by: Daybreak
  • Created on: 15-02-11 12:07

Class

 

A pattern or template that defines the fields and the methods or functions that act on these fields.

 

 

Inheritance

 

The use of a class definition to build a hierarchy of descendent classes with each descendent inheriting access to all its ancestors’ code and data.

 

Encapsulation

 

The combination of the fields or properties with the procedures and functions that

Comments

No comments have yet been made