what is difference between class and object?
Answer Posted / n71423
In an Object Oriented world, 'Human being' is a CLASS
whereas, all of us are objects! :-)
| Is This Answer Correct ? | 56 Yes | 22 No |
Post New Answer View All Answers
What is difference between equal and == in java?
What data structures are used to perform recursion?
What is singleton class example?
Difference between class#getinstance() and new operator ?
What are the advantages of packages in java?
What does pointer mean?
How do you implement singleton class?
What do you mean by order of precedence and associativity?
What is jee6?
Can an integer be null java?
What is an class?
Can a class have multiple subclasses?
How is it possible for two string objects with identical values not to be equal under the == operator?
Write a function to find out longest palindrome in a given string?
What is a dynamic array java?