Does multiple cpp files correspond to multiple compilation units?
- by Rahul
Hello All,
Suppose, we have a big Class. and we don't want to break it.
In order to maintain code suppose we have created a multiple example1.cpp, example2.cpp, example3.cpp files for single example.h file for class cexample.
Does this correspond to multiple compilations units?
What is the best approach to handle such big classes?
Any suggestions and comments are appreciated.
Thank you,
RAHUL