Is class an Object? Is object a class?
Answer Posted / guest
class itself is a specification not an object. Object is a
instance of class.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the difference between function overloading and over riding?
Do we require a parameter for constructors?
How to differentiate between a CreateObject() and GetObject() ?
What do you mean by abstract class?
Name some languages which have object oriented language and characteristics?
What are a base class, subclass, and superclass?
Why do we use oops concepts? What is its advantage?
What is the need of multiple inheritance?
What do you mean by virtual function and virtual classes?
Write a note on encapsulation?
What do you mean by "explicitly implemeting an interface". Give an example?
Explain about abstraction?
Explain the rationale behind object oriented concepts?
What is a subclass?
What is data abstraction? what are the three levels of data abstraction with Example?