Answer Posted / manoj kumar
Object is an entity with identity,state and behavior.
object is an entity that exist in the real word.
example:
int a;
a=10;
Identity of an object is a.State is represented by data value
i.e. 10 and behavior of the object is that it is integer type.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are benefits of oop?
What is polymorphism what is it for and how is it used?
What is the difference between inheritance and polymorphism?
What is a class in oop?
What is overloading in oop?
What are the benefits of interface?
What is variable example?
Why is abstraction used?
What is difference between multiple inheritance and multilevel inheritance?
What is balance factor?
Whats oop mean?
What is polymorphism give a real life example?
What is basic concept of oop?
Why is destructor used?
What is encapsulation in simple terms?