Answer Posted / yj
OOP concepts were introduced to overcome the limitations of POP(Procedure Oriented Programming). The first and foremost aim of OOP was to secure the data by encapsulating it in class and providing the only way to access them i.e., through functions which are in the same class.
Secondly, it reduces the complexity.
Thirdly, it reuses the code and hence uses memory efficiently.
There are 3 main OOP concepts :
1. Encapsulation.
2. Polymorphism.
3. Inheritance.
| Is This Answer Correct ? | 34 Yes | 1 No |
Post New Answer View All Answers
Can static class have constructor?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
How long to learn object oriented programming?
What is difference between data abstraction and encapsulation?
What is the point of oop?
What is oops concept with example?
What is overloading in oop?
What is basic concept of oop?
What is pure oop?
What is oops?what is its use in software engineering?
What are the data types in oop?
Who invented oop?
which feature are not hold visual basic of oop?
When not to use object oriented programming?
Why is polymorphism needed?