How to make objects without calling parameterised constructors?

How to make objects of a class without calling parameterised constructors? I have only one parameterised constructor but don't want to call it when I don't need it, means passing no parameters.
You need to create an default constructor - either with no parameters or parameters with default values.
Topic archived. No new replies allowed.