u can access a private conustructor by making a call from one
of the public constructor of that class and using that constructor to create an
object of that class. u have to place a call to that private constructor from
which ever constructor u want.