Computer Science, asked by aarvijalan36, 1 year ago

What is a method? Why are methods so important for the description of objects?

Answers

Answered by ramesh87901
3
A method in object-oriented programming(OOP) is a procedure associated with a message and an object

Why are Methods Important?
"Functions can only use parameters as an input, but methods can make calculations with object properties."

Similar questions