Computer Science, asked by swapnashankar22, 1 day ago

Explain member functions definition inside the class with syntax and example program

Answers

Answered by sudhansusasmal999
7

Answer:

Member functions are the functions, which have their declaration inside the class definition and works on the data members of the class. ... The main function for both the function definition will be same. Inside main() we will create object of class, and will call the member function using dot . operator.

Similar questions