The using declaration __________
(a) Doesn’t carry over the default values
(b) Carries over the known default arguments
(c) Carries over only the normal arguments
(d) Carries over only few default arguments
I got this question during an interview.
Asked question is from Default Arguments topic in chapter Default Arguments vs Overloading, Upcasting and Downcasting of Object Oriented Programming