Can someone show me how I would separate this program into separate class files so that Box and CandyBox are two separate classes? My goal is to have Ex8_03.cpp contain only the main function. Box.cpp, Box.h, CandyBox.cpp, CandyBox.h would be the other files.
Ex8_03.cpp
Ex8_03.cpp
