Short Answer
In OOD, a program is a collection of interacting ____________________; in structured programming, a program is a collection of interacting functions.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q10: The new classes that we create from
Q11: _ is a "has-a" relationship.<br>A) Inheritance<br>B) Encapsulation<br>C)
Q12: Which of the following statements about inheritance
Q13: The _ members of an object form
Q14: C++ provides _ functions as a means
Q16: A derived class cannot directly access public
Q17: Existing classes, from which you create new
Q18: Classes can create new classes from existing
Q19: _ is the ability to combine data,
Q20: Consider the following class definitions:Which of