Return statement in a constructor
what is the difference between the return statement written inside a method and the return statement inside a constructor,and if return inside a method says that it returns nothing means void ,then it should be so true for the constructor case also,but we say that constructor doesn't return anything not even void,so how will u explain this concept?