1. Use separate source files and header files to create a class to represent desks. a. A desk object has attributes of color (string) and number of drawers (integer). b. Member functions (methods) are as follows (no additional ones may be created): i. Using a constructor initializer list, create a constructor with default parameter values of “Steel Blue” and 4, and that displays “InltConstructor calledin” ii. individual const get methods (in-line) for each attribute ii.
OR
OR