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
How does abstraction differ from encapsulation.
explain dynamic binding
Is is possible to define our own functional interface?
What is Abstract method and how different from Virtual Method?
What is the difference abstract class and interface?
Define modularity?
How do we implement serialization actually?
What are the Differentiate between abstraction and encapsulation.
What do you mean by "explicitly implemeting an interface". Give an example?
what three "domains" are considered during analysis modeling?
What are all the languages which support oop?
What is bootstrap, extension and system class loader?
What is a functional interface? What is sam interface?
Do we require parameter for constructors?
What is a friend function?