Question: In the class definition, initialize the private fields greeting ( string ) and number ( integer ) with the default values Void and - 1
In the class definition, initialize the private fields greeting string and number integer with the default values "Void" and respectively.
Ex: If the input is Rob then the output is:
Default values:
Greeting: Hello this is Void, Number:
After mutator methods:
Greeting: Hello this is Rob, Number:
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
