C++ Function Declarations

C++In C++, you can specify the qualifiers volatile and const in member function declarations. You can also specify exception specifications in function declarations. All C++ functions must be declared before they can be called.

Related References

IBM Copyright 2003