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
Can singleton class be inherited in java?
Explain about the dynamic behavior of core java?
What is abstract class constructor called?
What is difference between iterator and enumeration in java?
What is string pool in java?
How do generics work?
What is the impact of declaring a method as final?
What is overriding in java?
Can a class extend more than one class?
What is java lang string?
What is java in layman terms?
What is package private scope in java?
Tell me are there implementations for sorting and searching in the java libarary?
What is string made of?
What is generic type?