Answer Posted / 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 |
Post New Answer View All Answers
What do you mean by data hiding?
Which OOPS concept is used as a reuse mechanism?
What is Polymorphism, overloading, overriding and virtual?
What is overriding?
Difference between class and an object?
Why does java not support multiple inheritance?
How many methods are there in the externalizable interface?
What is the difference between function overloading and over riding?
How a program can be structured using the concept of object oriented programming?
Is iterator a class or interface? What is its use?
Differentiate between a class and a method.
How many methods do u implement if implement the serializable interface?
What are the limitations of oops?
What is meant by overloading functions and operators?
What is polymorphism? When is it employed? give an example.