what is difference between class and object?
Answer Posted / shweta
class is a basically collection of object.its also called as
a blueprint of object and object is a instance of a
class.for eg.men is a class ans jay,raj is a member of a class.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is java in detail?
What is arguments in java?
What is string in java?
Does constructor return any value?
Is treeset sorted in java?
Explain importance of inheritance in java?
What is variable declaration and definition?
Can we overload the constructors?
Can java inner class be static?
What's the base class in java from which all classes are derived?
How do you check if a string is lexicographically in java?
How to obtain a performance profile of java program
What does next mean in java?
Does list maintain insertion order java?
What is jvm? How its run?