what is difference between class and object?
Answer Posted / devarathnam c,kotagudibanda(po
Hi... Class is a blue print of an object,which is non-live
entity.
Object is instance of class,which is a live entity.
example: Employee is a class
Fruit is a class
but
DEVARATHNAM is an object
ROSE is an object
| Is This Answer Correct ? | 99 Yes | 39 No |
Post New Answer View All Answers
What are the super most classes for all the streams?
What is yield () in java?
Which is easier netbeans or eclipse?
how can you catch multiple exceptions in java?
What is the default execution method in java?
What does indexof return in java?
what are abstract functions?
Can interface be private in java?
How do you do a line break in java?
What is the default size of arraylist in java?
How do you declare an array in java?
What is percentage in java?
How do you clear a method in java?
What do you mean by chromounits in java8?
What occurs when an object is constructed?