What do you meant by "SBI" of an object?

Answers were Sorted based on User's Feedback



What do you meant by "SBI" of an object?..

Answer / 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

What do you meant by "SBI" of an object?..

Answer / 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

More OOAD Interview Questions

Can we reduce the visibility of the inherited or overridden method ?

0 Answers  


Explain about inheritance?

0 Answers  


Tell me something about abstract classes?

0 Answers   TCS,


What is the difference abstract class and interface?

0 Answers  


What is function override?

0 Answers  






Write a note on encapsulation?

0 Answers  


How do we implement serialization actually?

0 Answers  


What are manipulators?

0 Answers  


What is data encapsulation and what is its significance?

0 Answers  


How can we restrict inheritance for a class so that no class can be inherited from it?

0 Answers  


What is bootstrap, extension and system class loader?

0 Answers  


What is the use of ‘finalize’?

0 Answers  


Categories