Statistics
The Highest Post







Statistics
Count 98
Avg 20.27
Min 3
Max 21
Angualr Top questions

Details



Peter Agyekum What is default constructor ? The default constructor is a no-args constructor that the compiler inserts on your behalf; it contains a default call to super(); which is the default behavior. If you implement any constructor then you no longer receive a default constructor. Note: If there is no constructor in the class, the compiler adds a default constructor
Related Topics