what are the oops concept in java explain with real time
examples
Answer Posted / l.priya
We have the following oops concepts like
1.Abtsrction
2.Encapsulation
3.Inheritance
4.Polymorphism
Abstraction:
hiding unnecessary data from the users and making the
application as user friendly then it is called as
abstrcation
ex:Any mail account the user is simply filling the form and
he don't know ho it is developed.
Encapsulation:
Wrapping the data and code as a single unit is called as
encapsulation.
ex:Capsule is the best real time example for it.In it we
will have two types of drugs combined as single capsule.
Inheritance :
Acquiring the properties from one class(base class or parent
class)to another class(derived class or child class)is
called as inheritance.
Ex:Inventing laptop from desktop.
Polymorphism:
Single entity behaving in different forms is called as
polymorphism
ex:Mouse is for click the buttons and dragging the bars or
placing the pointer in a particular place.
| Is This Answer Correct ? | 57 Yes | 12 No |
Post New Answer View All Answers
What is a java predicate?
What is mean by exception?
What is scope & storage allocation of global and extern variables? Explain with an example
What are basic keywords?
What is class and its types?
Can I extend singleton class in java?
Do you know why doesn't the java library use a randomized version of quicksort?
What are access specifiers available in java?
Can this keyword be used to refer static members?
What is meant by binding in rmi?
Is java developer a good career?
Is main a function?
What is a boolean output?
How to sort an unsorted array in java?
What is runtime polymorphism or dynamic method dispatch?