Difference between revisions of "Object-Oriented Concepts and Constructs"
Adelo Vieira (talk | contribs) |
Adelo Vieira (talk | contribs) |
||
| Line 1: | Line 1: | ||
| − | + | ==Four fundamental OOP concepts== | |
| − | * Encapsulation | + | * Encapsulation |
* Inheritance | * Inheritance | ||
* Polymorphism | * Polymorphism | ||
* Abstraction | * Abstraction | ||
| + | |||
| + | ===Encapsulation=== | ||
| + | |||
| + | ===Inheritance=== | ||
| + | |||
| + | ===Polymorphism=== | ||
| + | |||
| + | ===Abstraction=== | ||
Revision as of 12:38, 18 March 2018
Contents
Four fundamental OOP concepts
- Encapsulation
- Inheritance
- Polymorphism
- Abstraction