what is a member function
Answers
Answered by
1
Answer:
A method in object-oriented programming is a procedure associated with a message and an object. An object consists of data and behavior; these comprise an interface, which specifies how the object may be utilized by any of its various consumers.
Answered by
2
Answer:
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:
please help me
MARK ME AS BRAINLIEST
Similar questions