McqMate
| Q. |
What is the difference between overloaded functions and overridden functions? |
| A. | overloading is a dynamic or run-time binding and overriding is static or compile-time binding |
| B. | redefining a function in a friend class is called function overriding while redefining a function in a derived class is called an overloaded function. |
| C. | overloading is a static or compile-time binding and overriding is dynamic or run-time binding |
| D. | redefining a function in a friend class is called function overloading while redefining a function in a derived class is called as overridden function. |
| Answer» B. redefining a function in a friend class is called function overriding while redefining a function in a derived class is called an overloaded function. | |
View all MCQs in
Object Oriented Programming In cppNo comments yet