public class Car { String brand; String name; Price price = new Price(); Wheels wheel = new Wheels(); }