VARIABLLE AND DATA TYPE | C++ FOUNDATION Question 3

Last Updated :
Discuss
Comments

Which of the following is true?

Static methods cannot be overloaded

Static data members can only be accessed by static methods.

Non-static data members can be accessed by static methods.

Static methods can only access static members (data and methods) 

Share your thoughts in the comments