< Back
Page 3 of 3
Like this article? We recommend
Conclusions
Proper use of header files and forward declarations make it possible to implement circular relationships between classes. They also help C and C++ developers to separate the interface of their code from the actual implementation, and can be used to remove unnecessary strong dependencies between code modules.
< Back
Page 3 of 3