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
Why oops is important?
What is difference between multiple inheritance and multilevel inheritance?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
Why do we use class?
officer say me - i am offered to a smoking , then what can you say
What is encapsulation example?
Who invented oop?
What is ambiguity in inheritance?
How do you use inheritance in unity?
What is persistence in oop?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What is polymorphism what is it for and how is it used?
write string class as your own class in java without using any built-in function
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
hi all..i want to know oops concepts clearly can any1 explain??