what is a function prototype? Explain with an example.
Answers
Answered by
1
Answer:
A prototype is the BEST example or cognitive representation of something within a certain category. ... You may consider a German Shepard your prototype for a dog by which you compare all other dogs. So if you see another dog, you could say that other dog is small (compared to your prototype), heavy, ugly, beautiful, etc
Answered by
2
Answer:
See analysis
Explanation:
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.
Ex. the function signature, the name of the function, return type and access specifier.
Answered by gautmath.
Similar questions