Answer Posted / lilly
Oops is a object oriented programming language. The whole
program structure is depended on the real world entity
called object. It has many features like inheritance,
polymorphism, data binding, abstraction , encapsulation
etc. It is very convinient to write programs in oops
compared to non-oops. whole program is oriented by the
object. There is nothing to do with the program without
object in object oriented programming. As the objects plays
main role and controls overall program, Hence the name
oops.
| Is This Answer Correct ? | 27 Yes | 3 No |
Post New Answer View All Answers
Why is destructor used?
What are the features of oop?
What is object in oop with example?
What is a class and object?
what are the realtime excercises in C++?
What is multilevel inheritance?
What is a class oop?
How to hide the base class functionality in Inheritance?
What is the significance of classes in oop?
What is the real time example of encapsulation?
Why multiple inheritance is not allowed?
Why is polymorphism important in oop?
What is encapsulation process?
What is overloading in oops?
What is meant by oops concept?