OOP MCQ UNIT 2 THIRD PAGE
Id 151 Question Parent:child is________ A base:derived B derived:driven C child:super D subclass:superclass Answer A Marks 1 Unit II Id […]
Id 151 Question Parent:child is________ A base:derived B derived:driven C child:super D subclass:superclass Answer A Marks 1 Unit II Id […]
Id 101 Question Which of the following operator(s) can not be overloaded A .* B :: C ?: D
Id 1 Question Polymorphism is supported by the c++ by using following ways A function overloading B operator overloading C
Id 1 Question Every class has at least one constructor function, even when none is declared. A TRUE B