Computer Science, asked by debnathsamir1971, 3 months ago

Q9. What is member function in Java? 1 point​

Answers

Answered by Itznunurbusiness
0

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

Answered by savinaytiwari923
0

Answer:

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

Explanation:

Similar questions