Is class an Object? Is object a class?
Answer Posted / anum abbas
A class is just a template that is used to create the
objects and to define its behaviours.
But object is an instance of a class.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
explain dynamic binding
What are the limitations of inheritance?
Explain static binding
What are the access modifiers?
Explain what an object is.
What is the function of pure virtual functions?
What is abstract method?
Which OOPS concept exposes only the necessary information to the calling functions?
What is the difference between an abstract class and interface in java?
Define modularity?
What is the benefit of Composition over Inheritance?
What is a virtual function?
Why is message passing between the objects important?
What is early and late Binding?
Difference between class and an object?