Answer Posted / abhay
Object has
State:Described by attribute values
Bahaviour:Described by methods
identity: Object id for reference assigned by system(hex)
or by address of memory location
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
Explain about multiple inheritance?
Why we use oops concepts? What is its advantage?
Explain about the analysis phase?
Can you call the base class method without creating an instance?
What are the various types of constructors?
What is the difference between class inheritance and interface inheritance?
What is the main advantage of using inheritance?
How can we restrict inheritance for a class so that no class can be inherited from it?
Name the different creational patterns in object oriented design?
How to define an interface?
What is composition? Explain the purpose of composition.
What is method overriding?
What is ‘this’ pointer?
What is Abstract method and how different from Virtual Method?
How many methods are there in the externalizable interface?