摘要:
package jiekou3; public interface Vehicle { public void start(); public void stop(); } package jiekou3; public class Car implements Vehicle { public void start() { ... 阅读全文
posted @ 2017-04-16 19:32
苏轼的红烧肉
阅读(99)
评论(0)
推荐(0)
摘要:
package mianxiangjiekou; public class Computer { String brand; public void coonnect(Usb u){ System.out.println("获取数据:"+u.getData()); } } package mianxiangjiekou; public class Phone impl... 阅读全文
posted @ 2017-04-16 18:50
苏轼的红烧肉
阅读(144)
评论(0)
推荐(0)

浙公网安备 33010602011771号