mirror of
https://github.com/Dichgrem/Java.git
synced 2025-12-17 04:51:58 -05:00
update:demo4
This commit is contained in:
7
com/study/demo4/SmartMasher.java
Normal file
7
com/study/demo4/SmartMasher.java
Normal file
@@ -0,0 +1,7 @@
|
||||
package com.study.demo4;
|
||||
|
||||
class SmartMasher extends HomeAppliance {
|
||||
public SmartMasher(String name) {
|
||||
super(name);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user