摘要:
package com.cntaiping.tpi.claimplat.serviceapi.Test1.demo04; public class Student { //成员变量 private String name; public int age; public String getName( 阅读全文
posted @ 2021-05-11 14:48
步江伍德
阅读(43)
评论(0)
推荐(0)
摘要:
public interface UserServices { void add(); void delete(); void set(); void get(); } public class UserServiceImpl implements UserServices{ @Override p 阅读全文
posted @ 2021-05-11 14:18
步江伍德
阅读(36)
评论(0)
推荐(0)
摘要:
public abstract class Animal { public abstract void eat(); } public interface CatchMouseAble { void catchMouse(); } public interface SwimAble { void S 阅读全文
posted @ 2021-05-11 09:51
步江伍德
阅读(83)
评论(0)
推荐(0)

浙公网安备 33010602011771号