A class provides a default constructor for me. I write a constructor that takes a string as a parameter, but want to keep the no parameter constructor. How many constructors should I write?
David Mccarter
Select an image from your device to upload
There will be two constructors needed, One with no parameter and other with a string parameter