explain how many oops concepts available in java with realtime
scenarios?
Answer Posted / sakthi k
Encapsulation
Wrapping up of data and member function
together. Eg: Capsule is the good example for encapsulation.
Polymorphism
Ability of an object to take more than one form.
Poly-Many, Mor-Shape. For Eg: Anniyan film .
Compile time polymorphism otherwise known as
Static polymorphism.
Runtime polymorphism otherwise known as Dynamic
polymorphism.
Abstraction:
Represents the information without including the
background details.
For Eg: ATM Machine . .It provides the results
without including the background transaction.
Inheritance:
The process of acquiring base class property is
known as Inheritance.
Types
*Single inheritance
*Multiple inheritance
*Multi level inheritance: Eg:grand father-
father-son relationship.
*Hierachical inheritance
*Hybrid inheritance
Object:
Real time entity(attributes). Collection of its
own property.
Everything in the world is considered as real
objects.
| Is This Answer Correct ? | 25 Yes | 2 No |
Post New Answer View All Answers
Where we write javascript code in html page?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
What's the default access specifier for variables and methods of a class?
What is the difference between yielding and sleeping?
Can we call the constructor of a class more than once for an object?
How many bits is a char?
What is the difference between iterator and list iterator?
What happens if we override private method?
Explain the key functions of data binding?
Explain garbage collection in java?
When the constructor of a class is invoked?
What is hashmap in java?
What is a method type?
What is math exp in java?
How do you check if a number is a perfect square?