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 a subclass?
What is the use of ‘finalize’?
What is operator overloading and polymorphism?
What are the properties that are defined in an object model?
Differentiate between an abstract class and an interface?
Can you give some examples of tokens?
What is operator overloading?
Can you create an instance of an interface?
Why is OOP good?
What is the difference between oop and sop?
What is a static method? Why do we need static methods in java 8 interfaces?
What is Abstract method and how different from Virtual Method?
What do you mean by virtual function and virtual classes?
Explain static binding
What is the difference between class and interface?