Hey, this is my code so far, but how do I set the name in Contact using the variables in Name?

public class Name extends Contact
{
private String fName;
private String sName;

...