Give brief descriptions of polymorphism,encapsulation, and inheritance as applied in programming.

      

Give a brief descriptions of polymorphism, encapsulation, and inheritance as applied in programming.

  

Answers


Davis
-Polymorphism is the mechanism by which an interface is used to access many implementations. -Encapsulation provides a protected linkage between code and its related data.
-Inheritance is the process by which an object acquire the traits of another.
Githiari answered the question on February 3, 2018 at 14:36


Next: Clearly distinguish between application and firmware software
Previous: How can comments be included in a C++ program?

View More Computer Studies Questions and Answers | Return to Questions Index


Exams With Marking Schemes

Related Questions