Solved

Which of the Following Statements Is Correct for a Static

Question 12

Multiple Choice

Which of the following statements is correct for a static member function?
1) It can access only other static members of its class.
2) It can be called using the class name, instead of objects


A) only 1 is correct
B) only 2 is correct
C) both 1 and 2 are correct
D) both 1 and 2 are incorrect

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions