Every object has : state, behavior and identity -
explain
Answer Posted / praveen kumar
Object is an instance of the class.And oject must have the
identity because of object can be specified in Class. And
has carries the behaviour of that perticular class
| Is This Answer Correct ? | 14 Yes | 36 No |
Post New Answer View All Answers
Explain static binding
What is composition? Explain the purpose of composition.
Explain about message passing in object oriented programming?
Can an interface inherit from another interface?
What is meant by inheritance? what are the advantages of inheritance?
Explain about instance in object oriented programming?
What are abstract classes?
What is the main difference between overloading and overriding?
Can you explain primordial class loader?
Define Data Abstraction. What is its importance?
Can a class in java be inherited from more than one class?
What is the difference between an abstract class and interface in java?
Explain about inheritance hierarchies?
What is the difference between an interface and abstract class?
Difference between encapsulation and data hiding ?