addDays abstract method

Date addDays(
  1. int days
)

makes a new date object with added days to this date

Original date object remains unchanged

this Method is safe

Implementation

Date addDays(int days);