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
What is the difference between oop and sop?
What are Classes and Objects?
Explain persistence?
What is serialization? How do we implement serialization actually?
What does it mean that a method or class is abstract?
Is it possible to provide method implementations in java interfaces? If possible, how do we provide them?
Why is message passing between the objects important?
Write a note about inheritance?
What are the different principle of OOPS?
What is the order of call of constructors in inheritiance?
Explain colloboration
What is the use of finalize method?
Explain about polymorphism?
Why are outlet connections required in object-oriented programming?
What is inheritance in java?