Person class --> When we write a constructor explicitly(in this case name,year) we are telling the users that if they want to create a Person object then name and year is mandatory.
Now another...