Question: 1. Suppose you have a class called Movie. Write a constructor for the class that initializes the title and director instance variables based on parameters passed to the constructor.
2. Suppose you have a class called Child with an instance data value called age. Write a getter method and a setter method for age.