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 |
In winform my controls [taskbar and progressbar] become inactive when heavy processing is going in background, how to avoid this via multithreading
Explain about object oriented databases?
What is Polymorphism, overloading, overriding and virtual?
What is the difference between static and dynamic Classificaition.Give some examples.
1 Answers InfoAxon Technologies, Protech, Wipro,
What is method overriding?
What do you mean by Realization?
What is guard condition?
8 Answers Mannar Company, Syntel,
What are extrinsic and intrinsic connections in object-oriented programming?
How do you prevent a class from being inherited by another class?
Can encapsulation be called as a security device?
What is difference between static and non-static fields of a class?
What are abstract methods?