MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / getModel

Method getModel

Programs/Factory Method/Car.java:4–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3public interface Car {
4 public String getModel();
5 public void setWheel(String wheel);
6 public String getWheel();
7 public void setEngine(String engine);

Callers 1

buildCarMethodMethod · 0.65

Implementers 3

SUVCarPrograms/Factory Method/SUVCar.java
HatchbackCarPrograms/Factory Method/HatchbackCar.j
SedanCarPrograms/Factory Method/SedanCar.java

Calls

no outgoing calls

Tested by 1

buildCarMethodMethod · 0.52