static member functions:

a. Can use the this pointer.
b. Can access only other static member functions and static data members.
c. Cannot be called until an object of their class is instantiated.
d. Can be declared const as well.

b. Can access only other static member functions and static data members.

Computer Science & Information Technology

You might also like to view...

What is it called if a user disables the built-in limitations on their Apple iOS device to provide additional functionality?

A. ROM swapping B. remote lockout C. jailbreaking D. root logon

Computer Science & Information Technology

If you want to create graphic shapes that combine to form one shape, draw them using the ____ mode.

A. Merge Drawing B. Object Drawing C. Unary Shape D. Combination Shape

Computer Science & Information Technology