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
What is polymorphism? When is it employed? give an example.
Can an interface inherit from another interface?
What if we override the conflicting method in the class?
What is the difference between an interface and abstract class?
Why we use oops concepts? What is its advantage?
What is data abstraction? what are the three levels of data abstraction with Example?
What are the major differences between late and dynamic binding?
What is the base type from which all structs inherit directly?
Describe inheritance and non-inheritance of a derived class?
What is sealed modifiers?
Explain about polymorphism?
Explain the mechanism of composition?
Which oops concept is used as reuse mechanism?
Explain about overriding polymorphism?
What is virtual multiple inheritance?