0
Is it that constructor can only be declared in public access specifier?
1 Antwort
+ 1
no it can also declared under protected modifier in inheritance
important thing is from where construtor function is called... if it had the access to the constructor then program will run