Discussion :: Object Oriented Programming Using C++
-
You define a structure type globally because
A.
you save many lines of code by not rewriting an identical structure definition in each function that uses it
|
B.
you will never change its definition
|
C.
it is required in C++
|
D.
all of the above
|
Answer : Option A
Explanation :
No answer description available for this question.
Be The First To Comment