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 diffrence between an abstract class and interface?

0 Answers  


What is serialization? How do we implement serialization actually?

0 Answers  


Differentiate between Aggregation and containment?

3 Answers  


Name the different creational patterns in object oriented design?

0 Answers  


What is a default method? Why do we need default methods in java 8 interfaces?

0 Answers  






What is the benefit of using inheritance?

0 Answers  


Can you call the base class method without creating an instance?

0 Answers  


Difference: Activity Diagram and Sequence Diagram

4 Answers   Protech,


Which OOPS concept is used as a reuse mechanism?

0 Answers  


What are different types of arguments?

0 Answers  


What are inner classes and what is the practical implementation of inner classes?

0 Answers  


What is virtual?

0 Answers   MindCracker,


Categories