Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrajaktaSathe/Java
/ setEngine
Method
setEngine
Programs/Factory Method/Car.java:7–7 ·
view source on GitHub ↗
(String engine)
Source
from the content-addressed store, hash-verified
5
public
void
setWheel(String wheel);
6
public
String getWheel();
7
public
void
setEngine(String engine);
8
public
String getEngine();
9
}
Callers
nothing calls this directly
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
no test coverage detected