Definition of Object Oriented Programming in single line?
Answer Posted / deepanjali joshi
oops is real world entity,in which data and function are
hidden from outside the world only object of the class can
access the dat and function of class
| Is This Answer Correct ? | 27 Yes | 14 No |
Post New Answer View All Answers
What do you mean by abstraction?
What is the difference between static polymorphism and dynamic polymorphism?
What is object and example?
What is object in oop with example?
What is the real time example of inheritance?
what are the ways in which a constructors can be called?
What is destructor example?
What is abstraction example?
What are the 3 pillars of oop?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is the types of inheritance?
How many human genes are polymorphic?
What is difference between multiple inheritance and multilevel inheritance?
Prepare me a program for the animation of train
What is encapsulation in simple terms?