Answer Posted / surendra singh (suraj)
SBI stands for State, Behavior and Identity. Since every
object has the above three.
* State:
It is just a value to the attribute of an object at a
particular time.
* Behaviour:
It describes the actions and their reactions of that object.
* Identity:
An object has an identity that characterizes its own
existence. The identity makes it possible to distinguish
any object in an unambiguous way, and independently from
its state.
| Is This Answer Correct ? | 24 Yes | 4 No |
Post New Answer View All Answers
Difference between abstraction and implementation hiding ?
What is the benefit of using inheritance?
Write about abstract base classes?
Write basic concepts of oops?
Can we have default method with same name and signature in the derived interface as the static method in base interface and vice versa?
What is the significance of encapsulation?
What is overriding?
Describe the Diamond problem. Where does this problem occur?
What is the use if instanceof keyword?
What is the difference between function overloading and over riding?
Explain about overriding polymorphism?
Can you define OOP and principles of OOP?
Can an interface contain fields?
Can we override static methods? Why?
What do you mean by operator overloading?