InterviewSolution
Saved Bookmarks
| 1. |
If a function can perform more than 1 type of tasks, where the function name remains same, which feature of OOP is used here?(a) Encapsulation(b) Inheritance(c) Polymorphism(d) AbstractionThis question was addressed to me during an interview for a job.My question is from OOPs Features topic in section OOPs Concept & Features of Object Oriented Programming |
|
Answer» The correct option is (c) Polymorphism |
|