what are the oops concept in java explain with real time
examples
Answer Posted / devendra.m
OOPS Concepts are mainly 4
1.Abstraction
2.Encapsulation
3.Inheritance
4.Polymorphisam
Abstraction:-Hidding non-essential features and showing the
essential features
(or)
Hidding unnecessary data from the users details,is called
abstraction.
Real Time example:TV Remote Button
in that number format and power buttons and other buttons
there.just we are seeing the butttons,we don't see the
button circuits.i.e buttons circutes and wirings all are
hidden.so i think its good example.
Encapsulation:
Writing Operations and methods stored in a single
class.This is Called Encapsulation
Real Time Example:Medical Capsuals
i.e one drug is stored in buttom layer and another drug is
stored in Upper layer these two layers are combined in
single capsual.
Inheritance:
The New Class is Existing from Old Class,i.e SubClass is
Existing from Super Class.
Real Time Example:
Father and Son Relationship
Polymorphisam:
Sinle Form behaving diffreantly in diffreant
Situations.
Example:-
Person
Person in Home act is husband/son,
in Office acts Employer.
in Public Good Cityzen.
I think these all are real time experianceany.is there any
more answers send me my mail mdevendra@gmail.com also.
Thanks all
Devendra.M
| Is This Answer Correct ? | 131 Yes | 28 No |
Post New Answer View All Answers
Why set is used in java?
What is autoboxing in java?
What is java life cycle?
What is a variable analysis?
what is synchronization and why is it important? : Java thread
Convert a BST into a DLL and DLL to BST in place.
What are predicates in java 8?
What is a boolean structure?
What is difference between jdk,jre and jvm?
What is a final class ?
What is the difference between stringbuffer and stringbuilder class?
What is difference between path and classpath variables?
Define packages in java?
how we can use debug in myeclipse 6.0 in order solve the problems that exist in our program when there are 900 to 1000 pages in a web application
What is equlas() and hashcode() contract in java? Where does it used?