Computer Science, asked by anujapandit556, 2 months ago

Define a method. What is a method prototype?

Answers

Answered by Ritu1808
2

Answer:

In computer programming, a function prototype or function interface is a declaration of a function that specifies the function’s name and type signature, but omits the function body

Answered by thisisadi273
1

Answer:

In computer programming, a function prototype or function interface is a declaration of a function that specifies the function's name and type signature (arity, data types of parameters, and return type), but omits the function body.

Similar questions