Vidyalelo
C++ Programming · Q64

Introduction to C++

Programming · C++ Programming · question 64

Q64

Which of the following is correct about static variables?

A.
Static functions do not support polymorphism
B.
Static data members cannot be accessed by non-static member functions
C.
Static data members functions can access only static data members
Answer
D.
Static data members functions can access both static and non-static data members

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board