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 a null point?
What are java threads?
How do you reverse sort a list in java?
Describe 2 different ways to concatenate two strings.
What is byte [] in java?
Does chrome use java?
What is threaded programming and when is it used? : Java thread
What are the types of literals?
How does list work in java?
Why declare Main() inside the class in java ?
What is the final keyword?
How do you reverse a word in java?
What is the static variable?
What happens if we don’t override run method ?
Mention some features of java?