dot operator in c ++

  • Class member functions in C ++

    Class member functions in C ++

    a member function of a class is a function that has its definition or prototype inside the class definition like any other variable. it works on any object of the class that is a member, and has access to all members of a class for that object.