Answer:
BankAccount account= new BankAccount("John Smith","123-45-6789");
Step-by-step explanation:
This is how to define an object of a class, in this case BankAccount. You call the class constructor which sets the value for it.
9.5m questions
12.2m answers