Is class an Object? Is object a class?

Answers were Sorted based on User's Feedback



Is class an Object? Is object a class?..

Answer / anum abbas

A class is just a template that is used to create the
objects and to define its behaviours.

But object is an instance of a class.

Is This Answer Correct ?    10 Yes 0 No

Is class an Object? Is object a class?..

Answer / guest

class itself is a specification not an object. Object is a
instance of class.

Is This Answer Correct ?    5 Yes 0 No

Is class an Object? Is object a class?..

Answer / 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

More OOAD Interview Questions

What are the access modifiers?

0 Answers  


What is the purpose of late binding in object-oriented programming?

0 Answers  


What interface must an object implement before it can be written to a stream as an object?

0 Answers  


Why dynamic binding is used in object-oriented programming?

0 Answers  


What are the limitations of oops?

0 Answers  






Explain about multiple inheritance?

0 Answers  


What is the difference between a class and a structure?

0 Answers  


why do requirements change so much? after all, don't people know what they want?

0 Answers   Satyam,


What is abstraction? How does it differ from encapsulation

0 Answers  


What is the difference between multiple and multilevel inheritance?

0 Answers  


What is a try/ catch block?

0 Answers  


How to achieve data abstraction?

0 Answers  


Categories