a4 close #6
This commit is contained in:
14
assignment4/Question1/Start.java
Normal file
14
assignment4/Question1/Start.java
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* Answer to the questions.
|
||||
*
|
||||
* - Q: What kinds of tests can you write inside the testCourse method?
|
||||
*
|
||||
* - A: You can inherit the Couse class to annonymous class and override the
|
||||
* isRequired() method.
|
||||
*/
|
||||
|
||||
public class Start {
|
||||
public static void main(String[] args) {
|
||||
Course.testCourse();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user