Skip to content

Instantly share code, notes, and snippets.

@sonumehrotra
Created February 3, 2021 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sonumehrotra/dff4b062e686efe0717603295846c29f to your computer and use it in GitHub Desktop.
Save sonumehrotra/dff4b062e686efe0717603295846c29f to your computer and use it in GitHub Desktop.
class StudentPromotion extends Promotion {
override def promotionDiscountFactor: Int = 4
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment