Why overloaded function are required?
Because they have the same return type
Because they have same number of parameters
They perform the same basic function
for consisitency in program
Which of the following concept have functions with same name but different signature in a single program?
Operator overloading
Function overloading
Virtual function
function overriding
What is hybrid inheritance?
Combination of hierarchical and multiple inheritance
Combination of hierarchical inheritance
Combination of multiple and multilevel inheritance
Combination of single and hierarchical
What is key to function overloading?
Fuction's arguments list
Function's attribute list
Function's array list
Function's linked list
Function overloading and operator overloading comes under which type of polymorphism?
Compile time
Run time
Dynamic
Composition
Which overloading method allows the same set of operators to be used with objects of many different classes?
Constructor overloading
Method overloading
Which of the following statement is not true about inheritance?
Data hiding
Over riding
Doesn't help in resuability of code
Program development time is reduced.
Which among the following type of inheritance can inherit a derived class from multiple base classes?
Hierarchical
Multiple
Multilevel
Hybrid
What is the alternate name of derived class?
Super class
Sub class
Parent class
Base class
Which members of a class are not directly accessible?
Private
Public
Protected
Visibility mode