From a04f5ec262de028c843e38bf5864cd84953258b1 Mon Sep 17 00:00:00 2001 From: mo khan Date: Sun, 11 Aug 2019 17:36:23 -0600 Subject: add documentation --- src/Q8/README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Q8/README.md') diff --git a/src/Q8/README.md b/src/Q8/README.md index cd80cfa..c485eaa 100644 --- a/src/Q8/README.md +++ b/src/Q8/README.md @@ -38,6 +38,11 @@ 1. Identify the type of stroke that earned most points for each player. 1. Description of the Code + + The program includes 2 classes, `BadmintonScoring` and `BadmintonScoringWithStroke`. + `BadmintonScoringWithStroke` inherits from `BadmintonScoring` and extends it + with additional methods for calculating the preferred strokes for each player. + 1. Errors and Warnings 1. Sample Input and Output 1. Discussion -- cgit v1.2.3