Multiple choice

Which of the following statements is/are not true?

  1. There are two types of overloading, i.e. function overloading and operator overloading in C++.

  2. It is not necessary to initialise the static variables.

  3. We can have a static virtual function in C++.

  4. Both (2) and (3)

  5. None of these

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Yes, both options are the false statements, so this option is correct according to the question.