Is class an Object? Is object a class?
Answer Posted / mahendran a
Everything is an object. So class, metaclass and everything
are objects.
And Object is not a class. But all the objects can be
classified with a class named as Object for the behavior of
being Object.
Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Define Initialisation Purpose.
What do you mean by data hiding?
What is overriding?
Explain about inheritance hierarchies?
What is data abstraction? what are the three levels of data abstraction with Example?
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
What do you mean by abstract class?
What is the syntax of object oriented method call?
What is @functionalinterface?
Can you tell something about GDI objects?
What is the function of pure virtual functions?
What's the benefit of using inheritance?
Explain about message passing in object oriented programming?
Explain OOPS.
What is the difference between a class and a structure?