Cpp Programming Quiz 126 – Which of the following type of data member can be shared by all instances of its class? / Cpp Programming, Objects And Classes / By admin 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