Home » C++ Programming » Classes & Objects » Question
  1. Which interface determines how your class will be used by another program?
    1. private
    2. protected
    3. public
    4. All of above
    5. None of these
Correct Option: C

If we invoked the interface as public means, We can access the program from other programs also.



Your comments will be displayed only after manual approval.