True/False
Procedural abstraction involves information hiding in that only the 'contract' between the programmer using the function (the client)and author of a function is known to either.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: Declare (give a prototype for)a function named
Q9: What is the error in the following
Q10: Given the function declaration (prototype),does the compiler
Q11: In C++ Boolean value are represented only
Q12: Every programmer must know all the details
Q14: Define a function named average_grade.This function returns
Q15: Assume this code fragment is embedded in
Q16: Code after a return or a call
Q17: A sequence of calls to the library
Q18: Write a function definition for a isDigit