Basic information on the basic rules of Object Oriented Programming
- Encapsulation - private communication with object in order to avoid distractions.
- Inheritance – child may inherit everything from a parent.
- Polymorphism – A child may execute the functions of a parent class but its behavior can change if child overrides functions of the parent class.
No comments:
Post a Comment