Modifier and Type | Method and Description |
---|---|
String |
getChassis()
Returns the chassis of a car
|
String |
getEngineName()
Returns the engine name of a car
|
String |
getName()
Returns the name of a car
|
public CarImpl(CarCi car)
public String getName()
public String getChassis()
getChassis
in interface Car
public String getEngineName()
getEngineName
in interface Car
Copyright © 2016–2025. All rights reserved.