Q:

Which is not a proper way to access public members of a class?

0

Which is not a proper way to access public members of a class?


  1. Using object pointer with arrow operator
  2. Using object of class in main function
  3. Using object of class with arrow operator
  4. Using object anywhere in the program

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (c).Using object of class with arrow operator

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING MEMBER FUNCTIONS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which call is correct for public members of a nest... >>
<< How many public members are allowed in a class?...