Safcode Institute by Sir Safder


See Correct Answer


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

Correct Answer: All of the above