Definition of Object Oriented Programming in single line?
Answer Posted / bhuvana
OOP Provides a way of Modularizing Programs by creating
memory area for both data and function that can be used as
templetes for creating copies of such modules on demand.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is difference between inheritance and polymorphism?
What are the data types in oop?
What is abstraction in oops with example?
What is the real time example of inheritance?
Why do we need polymorphism in c#?
What is the problem with multiple inheritance?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is meant by oops concept?
write a C++ program for booking using constructor and destructor.
How do you use inheritance in unity?
Why multiple inheritance is not possible?
Why is polymorphism important in oop?
What is an advantage of polymorphism?
Can you explain polymorphism?
What are different oops concepts?