what is difference between class and object?
Answer Posted / bala prasad
class is a collection of methods and static& non static
variables.
Object is the super class of all classes. Object is used to
access non static members of a class.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What is a platform?
List any five features of java?
What are different type of exceptions in java?
What are the limitations of procedural programming approach?
Difference between abstract and concrete class ?
Explain what pure virtual function is?
What is variable argument in java?
What is the difference between throw and throws in java?
What is the collections api in java programming?
What is map java?
How do you do absolute value in java?
Enlist few advantages of inheritance?
Can we override protected method in java?
What is a text string?
What is Classloader in Java?