this.name = name; this.actor = actor; this.movie = movie; actor.addRole(this); movie.addRole(this);
return actor;
return movie;
return name;
movie = theMovie;