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
Is 0 true or false in java?
When can you say a graph to be a tree?
What is a stack class in java ?
What is backdrop?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
What is java argument list?
Is finalize() similar to a destructor?
What is a Null object?
Tell me the Importent classes in net package?
Which is best ide for java?
What is boolean strategy?
Can vector have duplicates in java?
What is the default size of load factor in hashing based collection?
what is abstract class in Java?
What is Garbage Collection in Java