OOPs Concepts
Programming and Technical
What are Encapsulation, Inheritance and Polymorphism?
Read Solution (Total 2)
-
- Encapsulation---->Security
Inheritance------> Re-usability
Polymorphism----->Simplicity - 10 years agoHelpfull: Yes(1) No(0)
- encapsulation : showing useful data to the user and hiding the extra information
inheritance : using properties of a class in another class, implements is-a relationship .
polymorphism : having different functionality but same name. - 11 years agoHelpfull: Yes(0) No(1)
OOPs Concepts Other Question