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 the default access modifier for a class,struct and an interface declared directly with a namespace?

0 Answers  


What do you mean by abstract class?

0 Answers   Atos Origin, TCS,


How many methods do u implement if implement the serializable interface?

0 Answers  


Do we require parameter for constructors?

0 Answers  


What are all the languages which support oop?

0 Answers  






what are the different ways for a method to be overloaded?

0 Answers  


Do structs support inheritance?

0 Answers  


What do you mean by virtual function and virtual classes?

0 Answers   MCN Solutions,


What is a try/ catch block?

0 Answers  


What are the problems faced by the developer using object oriented programming language?

0 Answers  


What is guard condition?

8 Answers   Mannar Company, Syntel,


Does a concept HAVE to become a class in Design?

1 Answers   Protech,


Categories