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

Every object has : state, behavior and identity - explain

2 Answers   InfoAxon Technologies, Protech,


What is the use of finalize method?

0 Answers  


Explain about encapsulation?

0 Answers  


What are all the languages which support oop?

0 Answers  


How many methods do u implement if implement the serializable interface?

0 Answers  


Can we access interface static method using interface references?

0 Answers  


What do you mean by Realization?

1 Answers   Protech,


What do you mean by polymorphism?

0 Answers   InterGraph, Ittiam Systems,


What is difference between static and non-static fields of a class?

0 Answers  


what three "domains" are considered during analysis modeling?

0 Answers   Wipro,


What is a Persistent, Transient Object?

2 Answers   Protech,


How to differentiate between a CreateObject() and GetObject() ?

0 Answers   CGI,


Categories