Categories
Quizzes
Ranks
Article
FAQ
Toggle Sidebar
Function overloading
Function overloading
Using the same function name with different parameter signatures.
Progress
0/1 solved
1 questions
Concept practice
0/1 answered
Question 1 of 1
Question 1
Which among the following is true for virtual functions?
Prototype must be different in base and derived class
Prototype must be given only in base class
Prototype must be same in base class and derived class
Prototype must have different signature in base and derived class
Previous
Check answer