Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

Cpp Programming Quiz 126 – Which of the following type of data member can be shared by all instances of its class?

Question: Which of the following type of data member can be shared by all instances of its class?
[A]. Public
[B]. Inherited[C]. Static
[D]. Friend

Answer: Option C