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 is new operator in c++
When is it necessary to use member-wise initialization list in C++?
What is coupling in oops?
What is abstraction example?
What is the main feature of oop?
is java purely oop Language?
49 Answers HCL, Infosys, TCS,
What is Inheritance, Multiple Inheritance, Shared and Repeatable Inheritance?
what is the virtual function overhead, and what is it used for ? i hope i can get and appropriate answers, thanks a lot....
program in c++ that can either 2 integers or 2 floating point numbers and output the smallest number
Which language is pure oop?
What is overriding vs overloading?
Explain the concepts involved in Object Oriented programming.