C++ Polymorphism Questions and Answers
11. |
The mechanism of given special meaning to an operator is called .......... |
|
- A. Operator Overloading
- B. Function Overloading
- C. Object
- D. Inheritance
|
12. |
A function having more than one distinct meaning is called ........... function. |
|
- A. prototype
- B. parameter
- C. overloaded
- D. polymorphism
|
13. |
Which of the following operator can be overloaded? |
|
- A. sizeof()
- B. plus(+)
- C. membership operator(.)
- D. ::
|
14. |
Binary operators overloaded through a member function take one ......... |
|
- A. complete
- B. default
- C. implicit
- D. explicit
|
15. |
Strcat() function is used for ........ |
|
- A. string calculation
- B. substring
- C. string comparision
- D. string concatenation
|