Kizspy | Question: 16
(Choose 1 answer)
Choose the correct statement related to the constructors.
A. Constructor is a block of codes similar to the method. It is called when an instance of the class is created
B. Constructor is a special type of method that is used to initialize default members of the object only
C. Constructor is an abstract method with an empty body
D. Constructor is a method that does not allow parameters