0
To create an exception class named AgeOutRangeException extended from a class exception.
this class should contain a constructor with no parameter to call the exception class constructor with the message"you are older than the requested age (25years) how do I do about it
1 Answer