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
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?
Explain about inheritance?
Can we reduce the visibility of the inherited or overridden method ?
Explain about the design phase?
What is Polymorphism, overloading, overriding and virtual?
Define Initialisation Purpose.
Explain what an object is.
Classes and structs support inheritance. Is this statement true or false?
Does java support multiple inheritance? if not, what is the solution?
What do you mean by operator overloading?
What is a subclass?
What is the function of messaging metaphor?
Define exceptions?
What are the various types of constructors?
Can you define OOP and principles of OOP?