21
edits
Changes
→File Names
*Each class MUST have its own header file and cpp file for implementation
*Use the class name for the name of the file but make sure it is all lowercase.
*:For example '''FWBorder''' class should have '''fwborder.h ''' and '''fwborder.cpp ''' files for its implemetation
=Classes=