CSE :: Object Oriented Programming Using C++
-
Sending a copy of data to a program module is called _______
-
Of the three ways to pass arguments to functions, only passing by _____ and passing by _____ allow the function to modify the argument in the calling program
-
To use either an input or output file, the program must include the _____ header file
-
A widget is to the blueprint for a widget as an object is to
-
C++ allows you to define the same functions more than once in the same program _____
-
Which of the following assigns the number 5 to the area variable?
-
The _____ mode tells C++ to open a file for input
-
Using the wardrobe structure within the ShopList structure is an example of a good programming principle, known as _____