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
Explain about overriding polymorphism?
What is the use if instanceof keyword?
Write down how will you create a Binary tree?
What is a final variable?
What's the main difference between arraylist / hashmap and vector / hashtable?
Why are outlet connections required in object-oriented programming?
What is the benefit of using inheritance?
Differentiate between a class and a method.
What is the use of destructive method?
Can you tell something about GDI objects?
What is the difference between an abstract class and interface in java?
What are all the languages which support oop?
What are the limitations of oops?
When will you use an interface and abstract class?
How can I be thrown polymorphically?