1.

In context of C++, which of the following is invalid statement?

A. Friend function of class is not considered a member function of the class.
B. Member function of a class can be defined outside the class.
C. Static data member of class can be accessed only by static member function of the class.
D. Static data member is initialized with a zero only.
Answer» D. Static data member is initialized with a zero only.


Discussion

No Comment Found