C++ MQCs with Explanation (CHAPTER 5: CLASSES AND OBJECTS

The dot operator is used to connect

  1. a class and a member of that class
  2. a class object and a member of that class
  3. a class object and any function
  4. a class and an object of that class



Answer: 
Option b: a class object and a member of that class

Explanation Here

Post a Comment

0 Comments