What do you meant by "SBI" of an object?

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


Please Help Members By Posting Answers For Below Questions

Can I implement polymorphism using abstract class?

572


Can a class in java be inherited from more than one class?

515


Explain what is an object?

576


Can an interface have an inner class?

616


Define Initialisation Purpose.

572






Does java support multiple inheritance? if not, what is the solution?

546


What is difference between encapsulation and abstraction?

574


What are abstract classes?

603


Why dynamic binding is used in object-oriented programming?

612


What is a constructor in class?

595


State two differences between an object and a class.

579


Why is C not an OOP language?

583


Can we override static methods of a class?

541


What are abstract methods?

593


What is a functional interface? What is sam interface?

567