Keeping in mind all object-oriented programming best practices, create a class for a Cabinet, with the following specifications:

Keeping in mind all object-oriented programming best practices, create a class for a Cabinet, with the following specifications:
Specify two data members
Default Constructor
Overloaded Constructor which takes both data member values as input.
Generate a unique identification number for each object instantiated from this class. Use a static data member to keep track of the identification number last assigned to an object so that duplications will not occur. Code the necessary portion of the class definition so as to support this requirement.
Show a statement which instantiates an object of this class using the overloaded constructor.
You do not need to provide any accessor/mutator methods or other methods.

Use the order calculator below and get started! Contact our live support team for any assistance or inquiry.

[order_calculator]