Answer Posted / 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 |
Post New Answer View All Answers
How to improve object oriented design skills?
What is a superclass in oop?
What is encapsulation with example?
Can main method override?
How to use CMutex, CSemaphore in VC++ MFC
What is variable example?
What are the 3 principles of oop?
What is the difference between static polymorphism and dynamic polymorphism?
What is cohesion in oop?
What is the difference between procedural programming and oops?
What is a function in oop?
What is for loop and its syntax?
What is constructor overloading in oop?
Is abstract thinking intelligence?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.