Open In App

Algorithms Quiz | SP Contest 3 | Question 8

Which of the below statements are false about static member functions?

  1. Static member functions can have this pointer.
  2. Static member functions cannot be virtual.
  3. Static member functions cannot be const.
  4. Static member functions can be volatile.

(A) 1, 2
(B) 3, 4
(C) 1, 4
(D) 1, 3

Answer: (C)
Explanation: https://www.geeksforgeeks.org/some-interesting-facts-about-static-member-functions-in-c/amp/

Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :