reset password
Author Message
dvictor4
Posts: 34
Posted 10:22 Feb 28, 2017 |

For Lab 5, are the the lists where we maintain the students, faculty members, and courses data fields? Or are they local variables in the main method of the Driver class? And lastly are the methods we define in the Driver class static?

jhurley
Posts: 207
Posted 10:30 Feb 28, 2017 |

Lists should be instance variables of the driver.  Instance methods.

dvictor4
Posts: 34
Posted 10:44 Feb 28, 2017 |

Got it. So would the menu be in main or do we create a instance method for it to?

jhurley
Posts: 207
Posted 10:51 Feb 28, 2017 |

instance method

dvictor4
Posts: 34
Posted 10:55 Feb 28, 2017 |

Got it thanks.