It works fine when constructors are not defined, but gives errors if I define a parameterized constructor and not a default one and not passing any values while creating an object. I thought constructors are predefined then why do I need to define a default constructor if I've defined parameterized, ain't default is predefined ??
P.S. : Noob here