write the basic principle of OOP. Explain.
Answers
Answered by
4
Answer:
Hope so it is helpful.. Pls like it.. And follow me to get more answers
Explanation:
There are 4 major principles that make an language Object Oriented. These are Encapsulation, Data Abstraction, Polymorphism and Inheritance. These are also called as four pillars of Object Oriented Programming.
Answered by
3
Basic principles of OOP ---
- Encapsulation - Hiding unnecessary and showing what is necessary or important.
- Giving more importance to the work and not the procedure.
- Inheritance - Gaining similarities from the class to object .
- Polymorphism - Representation of a single form in different ways.
MARK AS BRAINLIEST.....
Similar questions