Object-Oriented Approach
Classes
- Set of Objects that share common structure and behavior
Inheritance
- Objects receive attributes and operations from other objects
- Add more attributes and operations of their own
Polymorphism
- Ability of object to respond to and implement each object