This website works better with JavaScript.
Home
Explore
Help
Sign In
zhaoyinghui
/
Java
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34
Commits
1
Branch
0
Tags
1.7 MiB
Java
100%
Tree:
9a5825bd35
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '9a5825bd35'
${ noResults }
Java
/
W6
/
Animal.java
4 lines
126 B
Raw
Blame
History
public
abstract
class
Animal
{
// 抽象方法:发出声音,子类必须重写
public
abstract
void
makeSound
(
)
;
}
Reference in new issue