what is the difference between object and class
Answer Posted / manish
Group of Similar type thigs comes under the class.
Eg: Suppose if we are talking about the Car, then There are many companies who makes Cars. And suddenly you see any car so that car is object of type car class.
or we can say class is blueprint,prototype or data type..
and object is buffer..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of the enableevents() method in java programming?
What are the super most classes for all the streams?
What does arrays sort do in java?
What do you mean by platform independence?
What is append function?
What is the difference between state-based unit testing and interaction-based unit testing?
What are the 8 primitive data types in java?
What is your platform’s default character encoding?
Explain polymorphism citing an example.
what is the volatile modifier for? : Java thread
What are abstract methods in java?
What are the methods of object class ?
Explain the difference between string, stringbuffer and stringbuilder in java?
Can singleton class be cloned?
What is the abstract class?