How To Overcome Diamond Problem #773
How to overcome diamond problem?
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Inheritance & its Types - OOPs MCQ: Multiple Inheritance - Quiz No.1.
How to overcome diamond problem?
Using alias name
Using seperate derived class
Using virtual keyword with same name function
Can’t be done