what is difference between class and object?
Answer Posted / ravikiran
class is the template for members and methods
Object is the physical reality to access the members and
methods
| Is This Answer Correct ? | 31 Yes | 40 No |
Post New Answer View All Answers
How many inner classes can a class have?
Difference between current previous versions of Java?
What is the access scope of a protected method?
What is an infinite loop?
What is meant by memory leak?
Can a class have multiple constructors?
Can we have multiple classes in single file ?
What is main string [] args?
Is string is a data type in java?
What happens if we override only equals?
How do you override a private method in java?
Can we overload the constructors?
Why is a singleton bad?
Compare overloading and overriding?
What is high level language in computer?