Skip to content

Instantly share code, notes, and snippets.

@sonumehrotra
Created February 3, 2021 17:56
Show Gist options
  • 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