what is difference between class and object?
Answer Posted / unknown
class is defined as a collection of objects.
object is defined as instance of class and it isa real time
entity or a thing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to call one constructor from the other constructor ?
Why to use nested classes in java? (Or) what is the purpose of nested class in java?
What is the purpose of the enableevents() method in java programming?
What is the purpose of static methods and variables?
what is a green thread? : Java thread
What loop means?
What are void pointers?
What is math floor in java?
Why are the destructors for base class and derived class called in reverse order when the program exits
Explain the advantages of packages in java?
What is ctrl m character?
What is multi-catch block in java?
What is the largest number a double can hold?
What are the two parts of a conditional statement?
What is immutable class in java?