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 |
A class inherits from 2 interfaces and both the interfaces have the same method name as shown below. How should the class implement the drive method for both car and bus interface?
Why should project managers complete hard problems first in an OOSAD project?
What is difference between static and non-static fields of a class?
What is the difference between data hiding and implementation?
Which keyword can be used for overloading?
State two differences between an object and a class.
Explain what is an object?
What is the significance of encapsulation?
What is the benefit of Composition over Inheritance?
Is is possible to define our own functional interface?
Explain persistence?
What is the main difference between overloading and overriding?