Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

1.

employee.salary = 50000;
director.salary = 80000;
manager.budget = 100000;
director.stockOptions = 1000;

2. No, the Cat() method has an error since the pet() is undefined. I think if we make the cat() a
static void it will run and compile the program right.

You might also like