public interface Car
| 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 
 | 
Copyright © 2016–2025. All rights reserved.