explain how many oops concepts available in java with realtime
scenarios?
Answer / 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 |
What are synchronized methods ?
What is the private method modifier?
Write a function to find out longest palindrome in a given string?
How does Vector implement synchronization?
Write a program to reverse a number in java?
What is java Applet?
What is Ideal Design of Class?
What is stream api in java8?
What is volatile data type?
Is break statement can be used as labels in java?
What are the access modifiers available in java?
What are the two types of java?