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
Why does java not allow multiple public classes in a java file ?
What is valid keyword in java?
Write a program based on Java script program.
What is the purpose of stub and skeleton?
Why does abstract class have constructor?
What are the advantages of java?
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?
What is the symbol for space?
Mention some features of java?
How many bits is a char?
Difference between final and effectively final ?
What is int argc char * argv?
What is function and method in java?
If try block is successfully executed, Then Is Finally block executed?
What is a nested class?