chapter 4
This commit is contained in:
15
src/chapter4/example07/Example07.java
Normal file
15
src/chapter4/example07/Example07.java
Normal file
@@ -0,0 +1,15 @@
|
||||
package chapter4.example07;
|
||||
|
||||
final class Animal {
|
||||
// 空
|
||||
}
|
||||
|
||||
//class Dog extends Animal {
|
||||
//
|
||||
//}
|
||||
|
||||
public class Example07 {
|
||||
public static void main(String[] args) {
|
||||
// Dog dog = new Dog();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user