You are on page 1of 1

Give the class shown below, which of the following choices would be a valid instantiation?

public class Dog

private int age;


private string name;

public Dog( int a, string n )

age
name n;

You might also like