In the implementation file for a class name myClass, you have the following statement:
void myClass::display()
{
//code here
}
What does the :: mean here?
that display is part of the class myClass
Computer Science & Information Technology
You might also like to view...
Match the following terms to their meanings:
I. Min II. Max III. Avg IV. Sum V. Count A. Totals the values in a field B. Averages the values in a field C. Displays the largest value in a field D. Displays the smallest value in a field E. Displays the number of records based on a field
Computer Science & Information Technology
You cannot use most ____ software to join files or tables together and create a relational database.
A. spreadsheet B. database C. desktop publishing D. word processing
Computer Science & Information Technology