![]() |
CITS2002 Systems Programming |
← prev | next → | ![]() |
![]() |
|||
Classes with methods defined externallyAs with functions in C11, we can separate the declarations and definitions of C++ methods.As with C11, we employ header files to provide the declarations - this 'thing' exists elsewhere, and then define (implement) the method in a C++ source file:
CITS2002 Systems Programming, Lecture 23, p6, 17th October 2023.
|