Upload files to 'assignment5/Question1'
This commit is contained in:
10
assignment5/Question1/StartGrading.java
Normal file
10
assignment5/Question1/StartGrading.java
Normal file
@@ -0,0 +1,10 @@
|
||||
//Q1
|
||||
public class StartGrading {
|
||||
public static void testVehicle() {
|
||||
//The Vehicle class is abstract. We cannot create objects from this class. Therefore, we cannot test anything
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
Vehicle.testVehicle();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user