What do you meant by "SBI" of an object?
Answers were Sorted based on User's Feedback
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 |
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 |
What is constructor and virtual function? Can we call virtual funciton in a constructor?
How do I make sure that an object is released in code such as a connection or file object?
Whether static method can use nonstatic members?
What is the benefit of Composition over Inheritance?
Name some languages which have object oriented language and characteristics?
Which oops concept is used as reuse mechanism?
Why dynamic binding is used in object-oriented programming?
What is data abstraction? what are the three levels of data abstraction with Example?
Why dynamic loading is used in object-oriented programming?
Can encapsulation be called as a security device?
Which oops concept exposes only necessary information to the calling functions?
What are manipulators?