Advertisements
Advertisements
Question
A constructor is always:
Options
Private
Protected
Secure
Public
MCQ
Solution
Public
Explanation:
Constructors are typically marked as public so that objects of a class can be generated from outside the class. A public constructor allows other classes to access the constructor and make instances of the class.
shaalaa.com
Is there an error in this question or solution?