Define a method. What is a method prototype?
Answers
Answered by
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
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