Is class an Object? Is object a class?
Answers were Sorted based on User's Feedback
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 |
Answer / guest
class itself is a specification not an object. Object is a
instance of class.
Is This Answer Correct ? | 5 Yes | 0 No |
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 |
Every object has : state, behavior and identity - explain
2 Answers InfoAxon Technologies, Protech,
What is the use of finalize method?
Explain about encapsulation?
What are all the languages which support oop?
How many methods do u implement if implement the serializable interface?
Can we access interface static method using interface references?
What do you mean by Realization?
What do you mean by polymorphism?
0 Answers InterGraph, Ittiam Systems,
What is difference between static and non-static fields of a class?
what three "domains" are considered during analysis modeling?
What is a Persistent, Transient Object?
How to differentiate between a CreateObject() and GetObject() ?