Announcements and Reminders
|
||
RecordingExamples Presented in classConstructor Initializers Clard And Deck classes - rewrite #1 Clard And Deck classes - rewrite #2 The Person class with a copy constructor More Constructors and DestructorsC++ Initializers / initialization list |
||
Lab Exercise #8Put your name, the compiler and operating system used, and Lab Exercise #7 in a comment at the top of your program. Email your source code. Complete the follwoing program using the incomplete Rectangle class. Write 3 constructors and a destructor to satisfy the main() below. Use constructor initializers for each constructor. Add print statements in the constructors and destructor to produce the output shown below.
****** Program Output ******
|