c a static member function can access static


(c) A static member function can access static member data only, static member functions and functions and data outside the class. A static member function may be called, even while a class is not instantiated. A static member function can't be declared virtual. A static member function cannot encompass access to the 'this' pointer of the class.

 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: c a static member function can access static
Reference No:- TGS0218258

Expected delivery within 24 Hours