The non-template functions can be added with default arguments to already declared functions ____________________
(a) If and only if the function is declared again in the same scope
(b) If and only if the function is declared only once in the same scope
(c) If and only if the function is declared in different scope
(d) If and only if the function is declared twice in the program
The question was asked during an online exam.
Question is taken from Default Arguments topic in portion Default Arguments vs Overloading, Upcasting and Downcasting of Object Oriented Programming