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 do you mean by data hiding?
Can an interface implement or extend another interface?
What do you mean by polymorphism?
What if we make the method as abstract in another interface?
What is a nested interface?
What is meant by inheritance? what are the advantages of inheritance?
What if we override the conflicting method in the class?
Explain about overriding polymorphism?
Explain the different types of constructors
What is data abstraction? what are the three levels of data abstraction with Example?
Does PowerShell support OOPs?
Why is java not fully objective oriented?
What is the syntax of object oriented method call?
Is it possible to override private virtual methods?
Explain what is polymorphism?