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 is the difference between static polymorphism and dynamic polymorphism?
What is debug class?what is trace class? What differences are between them? With examples.
What is oops concept with example?
#include
What is destructor oops?
Can you explain polymorphism?
What are the 3 pillars of oop?
what is difference between class template and template class?
Is enum a class?
What is polymorphism and types?
What do you mean by abstraction?
What is multilevel inheritance?
Why is abstraction needed?
What causes polymorphism?
What is interface? When and where is it used?