A constructor is similar to an instance method, constructors are called automatically when we instantiate the object, it contains the same name as class name, we can't inherit the constructor
A constructor is similar to
Mon, 11/17/2008 - 22:40 — adminA constructor is similar to an instance method, constructors are called automatically when we instantiate the object, it contains the same name as class name, we can't inherit the constructor