Computer Applications
Name four basic principles of object oriented programming.
OOP Intro Java
124 Likes
Answer
Four basic principles of object oriented programming are:
- Encapsulation
- Abstraction
- Inheritance
- Polymorphism
Answered By
78 Likes
Related Questions
Fill in the blanks:
In encapsulation, data can be _________ or _________ whereas, in data hiding, data must be _________ only.
What is object oriented programming? Name two object oriented programming languages.
Why do we prefer object oriented approach in complex programming? Explain.
What is meant by a base class and a derived class?