Multiple Choice
Which of the following feature is not supported by C++?
A) exception handling
B) reflection
C) operator overloading
D) namespace
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q7: Can destuctors be private in C++?
Q8: You should prefer C-strings to the Standard
Q9: What value will be printed for data.i?<br>A)10
Q10: When a function returns a value, the
Q11: What will be the output of the
Q13: What will be the output of the
Q14: The operators that cannot be overloaded is<br>A)*<br>B)-<br>C)::<br>D)()
Q15: When an argument is passed by reference<br>A)a
Q16: A static local variable is used to<br>A)make
Q17: What is the compilation error for this