reset password
Author Message
epascua
Posts: 47
Posted 21:39 Oct 05, 2016 |

Hello!

When asking for the address, do we ask for each input separately or all in one?

Edit: Also, for the person super class do we override the getName/getAddress methods in the subclass faculty and student?

Last edited by epascua at 21:44 Oct 05, 2016.
jhurley
Posts: 207
Posted 08:47 Oct 06, 2016 |
epascua wrote:

Hello!

When asking for the address, do we ask for each input separately or all in one?

Edit: Also, for the person super class do we override the getName/getAddress methods in the subclass faculty and student?

1 either way is ok

2 no, they work the same way so you can use the ones from Person.