基本结构
interface
修饰词 interface 名字{
修饰词 返回值 方法名(入参)
}修饰词 [abstract] class 名字{
修饰词 返回值 方法名(入参){
statement
}
修饰词 abstract 返回值 方法名(入参)
}Last updated
修饰词 interface 名字{
修饰词 返回值 方法名(入参)
}修饰词 [abstract] class 名字{
修饰词 返回值 方法名(入参){
statement
}
修饰词 abstract 返回值 方法名(入参)
}Last updated