what is difference between class and object?
Answer Posted / priyanka tayde
clas is a user defined data type and object is a basic run
time entity of class. class contain any no of object but
object belongs to single class.
Is This Answer Correct ? | 71 Yes | 9 No |
Post New Answer View All Answers
Which one of the following suits the description of a string better: derived or primitive?
Describe string intern() methodology
What is the differences between c++ and java? Explain
What is an infinite loop? How infinite loop is declared?
Is java hashset ordered?
How do you join strings in java?
what is a working thread? : Java thread
What do you mean by compiler?
Explain list interface?
Why main() method is public, static and void in java ?
what is inner class in java?
What do you understand by java virtual machine?
What do you understand by copy constructor in java?
what is the use of bean managed and container managed with example?
How can we make a class singleton?