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 the default access modifier for a class,struct and an interface declared directly with a namespace?
Is @functionalinterface annotation mandatory to define a functional interface? What is the use of @functionalinterface annotation? Why do we need functional interfaces in java?
What are manipulators?
How can we call the base method without creating an instance?
What is multiple inheritance? How java 8 supports multiple inheritance?
What are the access modifiers?
What is Polymorphism?
7 Answers MindCracker, Protech, TCS,
What is the difference between an interface and abstract class?
Name some languages which have object oriented language and characteristics?
What is the purpose of late binding in object-oriented programming?
What are abstract functions? Why are they used?
What's the order of call of constructors in inheritiance?