Answer Posted / kaushi
object is an instance of a class or in other words object
is a snapshot(blueprint)of a perticuler class.
class is real world object.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Explain about encapsulation?
What is difference between polymorphism and normalization?
Define Data Abstraction. What is its importance?
What is the use if instanceof keyword?
What is inheritance in java?
What is an abstract property. Give an example?
What does the “abstract” keyword mean in front of a method? A class?
What are base class, sub class and super class?
Which keyword can be used for overloading?
How to define an abstract class?
Can we have a default method definition in the interface without specifying the keyword "default"?
How to make a class accessible as a web service?
Write a note about inheritance?
What are the different types of inheritance?
Explain about Overloading vs Overriding ?