Respuesta :

A method is a predefined procedure that you can call (or invoke) when needed.  Correct answer: A

Another word for method is member function. A method belongs to classes or objects and usually expresses the verbs of the objects/class. Example: methods open and close  for an object of type Window. These methods do corresponding operations to the object they belong.

ACCESS MORE