Answer Posted / sudhavasugj@gmail.com
Object is the variable of class in oops. Class is created
for do some behavior in program. The behavior is accessed by
creating the object for the particular class in main program.
Ex: computer c++;
computer - class
c++ - object
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is polymorphism explain?
How to use CMutex, CSemaphore in VC++ MFC
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
class type to basic type conversion
What is the point of polymorphism?
What is the benefit of oop?
What is stream in oop?
Why we use classes in oop?
What is use of overloading?
What is the oops and benefits of oops programming?
What is polymorphism in oops with example?
What is the significance of classes in oop?
What is pure oop?
What is abstraction in oops?
Why is there no multiple inheritance?