Transcription: As you have seen, when you declare an object of a class and supply no arguments for the constructor, you use a default constructor. If you supply one argument, you use either a copy constructor or a conversion constructor. Constructors can have any number of arguments.