contestada

"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"

Respuesta :

Public Movie (title, director)
{
title= new title;
director= new director;
}