Skip to content

Commit c28a1dd

Browse files
author
xiachaochao
committed
test interface
1 parent 61fd5c5 commit c28a1dd

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

JavaBase/src/com/xinan/testoop02/Test01.java

Lines changed: 0 additions & 8 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package com.xinan.testoop02;
2+
3+
public class TestDemo {
4+
public static void main(String[] args){
5+
UsbInterface ui=new UDisk();
6+
ui.service();
7+
8+
}}

0 commit comments

Comments
 (0)