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

What is constructor and virtual function? Can we call virtual funciton in a constructor?

0 Answers  


How do I make sure that an object is released in code such as a connection or file object?

0 Answers   MindCracker,


Whether static method can use nonstatic members?

0 Answers  


What is the benefit of Composition over Inheritance?

0 Answers  


Name some languages which have object oriented language and characteristics?

0 Answers  






Which oops concept is used as reuse mechanism?

0 Answers  


Why dynamic binding is used in object-oriented programming?

0 Answers  


What is data abstraction? what are the three levels of data abstraction with Example?

0 Answers   TCS,


Why dynamic loading is used in object-oriented programming?

0 Answers  


Can encapsulation be called as a security device?

0 Answers  


Which oops concept exposes only necessary information to the calling functions?

0 Answers  


What are manipulators?

0 Answers  


Categories