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
What is bootstrap, extension and system class loader?
How many methods are there in the externalizable interface?
What is the difference between an interface and abstract class?
How can we restrict inheritance for a class so that no class can be inherited from it?
What is inheritance in java?
Can you define OOP and principles of OOP?
What are abstract methods?
What is the syntax of object oriented method call?
Why is OOP good?
what are the different ways for a method to be overloaded?
Can we reduce the visibility of the inherited or overridden method ?
How many instances can be created for an abstract class?
Write a program to show the inheritance used in a class.
Explain about inheritance in oops?
What's the main difference between arraylist / hashmap and vector / hashtable?