Computer Science, asked by rekhasharma90, 5 months ago

What is method prototype​

Answers

Answered by Anonymous
3

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