Cpp Programming Quiz 126 – Which of the following type of data member can be shared by all instances of its class? August 17, 2022July 25, 2022 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