Difference between revisions of "Object-Oriented Concepts and Constructs"

From Sinfronteras
Jump to: navigation, search
Line 1: Line 1:
There are four fundamental OOP concepts:
+
==Four fundamental OOP concepts==
* Encapsulation  
+
* Encapsulation
 
* Inheritance
 
* Inheritance
 
* Polymorphism
 
* Polymorphism
 
* Abstraction
 
* Abstraction
 +
 +
===Encapsulation===
 +
 +
===Inheritance===
 +
 +
===Polymorphism===
 +
 +
===Abstraction===

Revision as of 13:38, 18 March 2018

Four fundamental OOP concepts

  • Encapsulation
  • Inheritance
  • Polymorphism
  • Abstraction

Encapsulation

Inheritance

Polymorphism

Abstraction