Programming Challenge 4
Description
Find three separate motivating and simple examples for (1) cv-qualifiers,
(2) ref-qualifiers, and (3) static methods. Write a simple test file to
demonstrate your examples.
Details
- Name the files and program
cv_qualifier_example.cpp
,
ref_qualifier_example.cpp
and static_example.cpp
,
respectively.
- In your top file comment, please describe your motivating example.