C++ Access Control Question:
Download Questions PDF

Assigning one or more function body to the same name is called_______________

a. Function Overriding
b. Function Overloading
c. Both a and b
d. None

Answer:

b. Function Overloading

Download C++ Access Control Interview Questions And Answers PDF

Previous QuestionNext Question
Default values for a function are specified when____

a. function is defined
b. function is declared
c. Both a and b
d. None of these
If an argument to a function is declared as const, then

a. function can modify the argument
b. Function can't modify the argument
c. const argument to a function is not possible
d. None of these