Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrajaktaSathe/Java
/ getWheel
Method
getWheel
Programs/Factory Method/Car.java:6–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
public
String getModel();
5
public
void
setWheel(String wheel);
6
public
String getWheel();
7
public
void
setEngine(String engine);
8
public
String getEngine();
9
}
Callers
1
buildCarMethod
Method · 0.65
Implementers
3
SUVCar
Programs/Factory Method/SUVCar.java
HatchbackCar
Programs/Factory Method/HatchbackCar.j
SedanCar
Programs/Factory Method/SedanCar.java
Calls
no outgoing calls
Tested by
1
buildCarMethod
Method · 0.52