Skip to content

otsop110/ReportCardJavaClass

Repository files navigation

ReportCardJavaClass

Project for Udacity Android Development for Beginners course.

Project requirements and specifications

  • Create the structure of a ReportCard Java Class
  • The class contains appropriate variables to track information which belongs on a report card.
  • The class contains at least one constructor which properly instantiates each variable in the class.
  • Any private variables which might be read off of a report card should have a getter method to access them.
  • Any private variables that should be set by an outside class should have a setter method.
  • The class contains a toString method which returns the contents of the class in a human-readable string.
  • The code is properly formatted and compiles without errors.

About

Report Card Java Class - Udacity Android Basics ND

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages