The default constructor initializes instance variables with default values . For example, the int variable will be initialized to 0. Constructor types: No-Arg Constructor – a constructor that does not accept any arguments.
The default constructor initializes instance variables with default values . For example, the int variable will be initialized to 0. Constructor types: No-Arg Constructor – a constructor that does not accept any arguments.