Logo 
Search:

OOAD FAQ

Submit Interview FAQ
Home » Interview FAQ » OOADRSS Feeds

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

  Shared By: Adah Miller    Date: Jan 25    Category: OOAD    Views: 491

Answer:

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.

Share: 
 

Didn't find what you were looking for? Find more on What do u meant by "SBI" of an object? Or get search suggestion and latest updates.


Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: