A constructor cannot be called as a method . It is called when object of the class is created so it does not make sense of creating child class object using parent class constructor notation. i.e. Child c = new Parent();
Read moreWhich constructor used in student class program?
Static constructors are also called class constructors.
Read more