Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrajaktaSathe/Java
/ getWheel
Method
getWheel
Programs/Factory Method/HatchbackCar.java:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
}
20
21
public
String getWheel() {
22
return
wheel;
23
}
24
25
public
void
setEngine(String engine) {
26
this.engine = engine;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected