what are the oops concept in java explain with real time
examples
Answer Posted / suresh
oops concepts are mainly 3
1.encapsulation
2.inheritance
3.polymorphism
1 :- encapsulation refers to binding the data in a single
class the data present inside the encapsulation is secured.
abstraction comes under encapsulaton.
real time example:-if you get fever you will take the
medicine to cure.the medicine is the capsule in which the
powder is present.the powder is a mixture of several
chemicals as in the same way all the classes are mixed and
only the output(object) you will see as if a capsule.
2 :- inheritance is nothing but extending the class from
parent to the child
real time example:- the prime minister of india
(late)mr.jawaharlal nehru and his daughter indira gandhi
and her son rajiv gandhi and his wife sonia gandhi.
3 :- polymorphism refers to which it does many things
real time example:- consider the electric power which does
many things .
| Is This Answer Correct ? | 28 Yes | 49 No |
Post New Answer View All Answers
What are local variables?
What are the advantages of passing this into a method instead of the current class object itself?
What is early binding and late binding in java?
What does isempty () do in java?
What is a marker interface?
Differentiate between postfix and prefix operators in java.
Explain the difference between map and flatmap stream operation?
If I only change the return type, does the method become overloaded?
What are the types of relation?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
Why is java so important?
What are the steps involved to write rmi based programs?
Give me example of derived data types.
Can I override protected method in java?
What is data string?