Statistics
The Highest Post







Statistics
Count 94
Avg 21.00
Min 21
Max 21
Angualr Top questions

Details



Peter Agyekum What is the Rule to remember while creating a constructor? There are three rules defined for the constructor. Constructor name must be the same as its class name A Constructor must have no explicit return type A constructor cannot be abstract, static, final, and synchronized
Related Topics