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 is meant by 'Class access modifiers'?
What is boolean law?
how to create constants in java?
What is difference between next () and nextline () in java?
Why to use nested classes in java?
What are the data types supported by java?
Why lambda expression is used in java?
What does yield method of the thread class do?
Can we overload destructor in java?
Which collection does not allow duplicates in java?
what is difference betweem home interface and remote interface?
Which command from the jdk compiles a java program?
Is there a case when finally will not execute?
What are the different data types in java?
How to calculate the length of a singly linked list in java?