Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SFUMECJF/cs61b-study-guide
/ Puppy
Method
Puppy
HelloWorld.java:9–11 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
8
public
class
Puppy{
9
public
Puppy(){
10
name =
"大黄"
;
11
}
12
13
public
Puppy(String name){
14
// 这个构造器仅有一个参数:name
Callers
1
HelloWorld.java
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected