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

Difference between Composition and Aggregation

2 Answers   Protech,


What are the Design Patterns you know.

2 Answers   InfoAxon Technologies, Protech,


What is the default access modifier in a class?

0 Answers  


Difference between abstraction and implementation hiding ?

0 Answers  


What are abstract classes?

0 Answers  






Explain about uml?

0 Answers  


How do I make sure that an object is released in code such as a connection or file object?

0 Answers   MindCracker,


What is sealed modifiers?

0 Answers  


Can an interface inherit from another interface?

0 Answers  


If a method definition has been specified in class , its base class , and the interface which the class is implementing, which definition will be picked if we try to access it using interface reference and class object?

0 Answers  


Why is OOP good?

0 Answers  


What do you mean by abstract class?

0 Answers   Atos Origin, TCS,


Categories