7 lines
120 B
Java
7 lines
120 B
Java
![]() |
public class Car {
|
||
|
String brand;
|
||
|
String name;
|
||
|
Price price = new Price();
|
||
|
Wheels wheel = new Wheels();
|
||
|
}
|