Computer Science, asked by Heerag2353, 19 days ago

is a method defined by the programmer that performs certain tasks or operations

Answers

Answered by kiranyadav8081042286
0

Answer:

A method in object-oriented programming (OOP) is a procedure associated with a message and an object. ... This allows the sending objects to invoke behaviors and to delegate the implementation of those behaviors to the receiving object. A method in Java programming sets the behavior of a class object.

Similar questions