Describe the “ideal” file organization scheme to use with classes.
What will be an ideal response?
The “ideal” file organization scheme for use with classes is to place the declaration statement in a header file named after the class name, such as Counter.h (which contains the class Counter statements). The class definitions should be contained in the corresponding *.cpp file, such as Counter.cpp
Computer Science & Information Technology
You might also like to view...
To move focus to a specific form item, use the ______ built-in subprogram.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
A(n) ____ is used for denoting a comment statement.
A. semicolon (;) B. period (.) C. apostrophe (‘) D. comma (,)
Computer Science & Information Technology