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
How define set in java?
Write a java program to check if a number is prime or not?
What is methods and methodology?
Can we force the garbage collection to run?
How do you start a new line in java?
Define canvas?
Can we override the overloaded method?
What is native method in java?
Write java program to reverse string without using api?
What is a variable declaration?
What are the differences between c++ and java?
What are features of java?
What is nested loop? What is dangling else condition in it?
Can we use both this () and super () in a constructor?
What are use cases?