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

Cpp Programming Quiz 139 – Which of the following two entities (reading from Left to Right) can be connected by the dot operator?

Question: Which of the following two entities (reading from Left to Right) can be connected by the dot operator?
[A]. A class member and a class object.
[B]. A class object and a class.[C]. A class and a member of that class.
[D]. A class object and a member of that class.

Answer: Option D