Home » C++ Programming » Classes & Objects » Question
  1. Which is used to define the member of a class externally?
    1. #
    2. :
    3. ::
    4. All of above
    5. None of these
Correct Option: C

:: is used to define the member of a class externally.



Your comments will be displayed only after manual approval.