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 makes a function well defined?
How does predicate work in java?
What is the difference between a static and a non-static inner class in java programming?
What methods are called, When we navigate from one applet to another applet?
What are void methods?
What is meant by overloading?
Can memory leak in java?
Is java 11 paid version?
What will happen if we declare don’t declare the main as static?
Why we go for collections in java?
What do you mean by jjs in java8?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?