0 / 60 seg.

In this code, what are wheels and doors examples of?

class Car {
  var wheels: Int = 4
  let doors = 4
}