. A class definition may be split into multiple physical files and still allow a seamless compilation of the classes by the compiler
using a partial class. During compile time, the compiler groups all the classes that have the same name, and treats them as a single
class.