1,955 pts.
 Procedure interface and prototype
Why do we need both prototype and interface coded with almost no difference except that we can omit or use any name in prototype, need not to be an exact match with the interface. What is the exact use of these 2?

Software/Hardware used:
ASKED: June 14, 2012  5:13 AM
UPDATED: June 14, 2012  6:46 AM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Why do we need both prototype and interface coded…?

For the same reasons you do it in C.

Tom

 108,135 pts.