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 override a method by using same method name and arguments but different return types?

0 Answers  


How do you represent static members and abstract classes in Class Diagram?

2 Answers   InfoAxon Technologies, Protech,


What do you mean by virtual function and virtual classes?

0 Answers   MCN Solutions,


What is difference between static and non-static fields of a class?

0 Answers  


Why does java not support multiple inheritance?

0 Answers  






Give any criteria when you use an abstract class and an interface?

0 Answers   Sans Pareil IT Services,


Is class an Object? Is object a class?

11 Answers  


What is a pure virtual function?

0 Answers  


What is the main difference between overloading and overriding?

0 Answers  


What is method overriding?

0 Answers  


What's the order of call of constructors in inheritiance?

0 Answers  


Why are virtual users created?

0 Answers   Wipro,


Categories