what is difference between class and object?
Answer Posted / mantu mahapatra
class can exist without object, like model of a car can
exist without car.
object can't exist without class , like model of a car
can't exist without car.
which is physically exist in the real world that is known
as object and there logical Existence is known as class
| Is This Answer Correct ? | 4 Yes | 11 No |
Post New Answer View All Answers
What are the two ways of implementing multi-threading in java?
Is the empty set a singleton?
What is difference between hashset and hashmap in java?
What flag up means?
What is singleton class example?
Why is flag used in java?
Difference between string s= new string (); and string s = "abv";?
What is compareto?
What does n mean in java?
Difference between class#getinstance() and new operator ?
What is the difference between a synchronized method and a synchronized block?
What is arraylist e in java?
How does a for loop work java?
What is the difference between a break statement and a continue statement?
What is thread start?