InterviewSolution
Saved Bookmarks
| 1. |
Which among the following can’t be used for polymorphism?(a) Static member functions(b) Member functions overloading(c) Predefined operator overloading(d) Constructor overloadingI got this question during an online exam.This interesting question is from Polymorphism topic in section OOPs Concept & Features of Object Oriented Programming |
|
Answer» The correct choice is (a) STATIC member FUNCTIONS |
|