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
Difference between composition and inheritance ?
What are the various types of constructors?
Why dynamic binding is used in object-oriented programming?
What are abstract methods?
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?
What is data abstraction? what are the three levels of data abstraction with Example?
Define modularity?
What's the order of call of constructors in inheritiance?
Does a class inherit the constructor of its super class?
explain the difference between operator overloading and function overloading.
What is the main difference between overloading and overriding?
What is the difference between an abstract class and interface in java?
Explain the term constructor
How to achieve data abstraction?
Explain what you understand by function overloading.