@radha-BTDzli
•
Oct 17, 2024
Oct 17, 2024
2.2K
Return statement in a constructor
why is non-parametrized return statement allowed in a constructor call when actually the constructor never returns anything,not even void.
what is the difference between the return statement written inside a...