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