Wednesday, May 3, 2017

Beginner Java Study Group

Meetup #6: MIT Course Lesson 4 - Objects and Classes
Today we went through the Objects and Classes lesson and started working on on the Library project.

At our next meetup:
We are going to try to correct the Marathon.java file to get the fastest two runners and we are going to try to simplify and complete the Library project. We will also do some work uploading files to Github.

In our existing code we used an arraylist but we had not learned that yet. A point was brought up we may be able to use a fixed array (that we had previously learned) and then make four book objects with a boolean for borrowed status.

I have added the Book and Library files we were working on to Github if you want to try to work on:  https://github.com/BeginnerJavaDeveloperMeetup/MIT-assignments
If you send your username for Github I can add you to the group.

Don't forget to sign up for the next meetup if you plan to attend.

No comments:

Post a Comment