

InterviewSolution
Saved Bookmarks
1. |
This concept allows routines to use data again at different times.(a) Abstraction(b) Polymorphism(c) Inheritance(d) ImplementationI got this question during an online exam.This intriguing question comes from Concepts of OOP in chapter Information Technology of Computer Fundamentals |
Answer» RIGHT CHOICE is (b) Polymorphism For explanation I WOULD say: Polymorphism is a concept in OOP WHEREIN different functions can be used again at different TIMES. |
|