Final Exam for Beginner Course

Task 2

Please define a public class named Answer. This class should be abstract as it will be inherited by other classes. The Answer class should have an automatic public property called Score which must be an integer.

Page 4 of 10