Question: Define a default constructor that initializes the data members, string name, double height, and string eyeColor, with the default values Void, - 1 . 0
Define a default constructor that initializes the data members, string name, double height, and string eyeColor, with the default values "Void", and "Unstated", respectively.
Ex: If the input is Gil hazel, then the output is:
Name: Void, Height: Eye color: Unstated
Name: Gil, Height: Eye color: hazel
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
