What is an object?
Answers were Sorted based on User's Feedback
Answer / vikas patel
Object is the block of the memory to derived class...
ex
Rectangle rec = new Rectangle....
rec is the object
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / 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 |
Answer / vinod
Object is a separate copy of CLASS which has properties and
functions. it has it's own memory space and things. when
the properties are changed it will not affect the other
object of the same class
| Is This Answer Correct ? | 0 Yes | 2 No |
What are the data types in oop?
How Do you Code Composition and Aggregation in C++ ?
what is virtual function?
26 Answers Aspire, HP, Infosys, RoboSoft, TCS,
What is late bound function call and early bound function call? Differentiate.
what is costructor?
Why is abstraction used?
who is the father of OPPS
What does no cap mean?
ambiguity regulation of multiple inheritance with example.
What is encapsulation and abstraction? How are they implemented in C++?
0 Answers Agilent, ZS Associates,
What is public, protected, private?
Why is static class not inherited?