Safcode | Code Your Ideas by Sir Safder


See Correct Answer


A constructor may be declared private
A constructor must have the same name as the class it is declared within.
A constructor is used to create objects.
All of the above

Correct Answer: All of the above