Answers for "basic of oop"

0

what are the 4 basics of oop

1. Abstraction is the principle that allows to express only main features, 
 hiding the details.
 2. Inheritance shows the hierarchical relationship between classes and objects.
 3. Polymorphism is the principle showing that certain object can be expressed
 in variety of different ways.
 4. Encapsulation is the principle that allows to hide unnecessary details
 making a program code easier.
Posted by: Guest on August-04-2021
0

what are the 4 basics of oop

1. Abstraction is the principle that allows to express only main features, 
 hiding the details.
 2. Inheritance shows the hierarchical relationship between classes and objects.
 3. Polymorphism is the principle showing that certain object can be expressed
 in variety of different ways.
 4. Encapsulation is the principle that allows to hide unnecessary details
 making a program code easier.
Posted by: Guest on August-04-2021

Browse Popular Code Answers by Language