Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 6.
- UndergraduateStudent can call the setAge method but cannot directly access the name or age fields from Student.
- 8.
- public void setAge(int age)
- {
- super.setAge(age);
- year++;
- }
- 10.
- vroomvroom
- truck 1
- car 1
Advertisement
Add Comment
Please, Sign In to add comment