Compare commits
13 Commits
susiting-b
...
main
| Author | SHA1 | Date |
|---|---|---|
|
|
440954f546 | 2 months ago |
|
|
9bc7911546 | 2 months ago |
|
|
8634638725 | 2 months ago |
|
|
3168d97f27 | 2 months ago |
|
|
66b89dbaee | 2 months ago |
|
|
43493b1472 | 2 months ago |
|
|
cb4f16d5df | 2 months ago |
|
|
a1cf1ca930 | 2 months ago |
|
|
b912afcad8 | 2 months ago |
|
|
733169d639 | 2 months ago |
|
|
f31be409cd | 2 months ago |
|
|
0e29f49e5b | 2 months ago |
|
|
5da22cf544 | 2 months ago |
@ -0,0 +1 @@
|
|||||||
|
123
|
||||||
Binary file not shown.
@ -0,0 +1,4 @@
|
|||||||
|
public abstract class animal {//abstract class
|
||||||
|
public double weight;
|
||||||
|
public abstract void eat();//abstract method
|
||||||
|
}
|
||||||
Loading…
Reference in new issue