Do you remember our system structure for car? We have a protocol and different implements like the code below.
protocol Car { func drive()}
class Sedan: Car { func drive() { print("drive a…
class Sedan: Car { func drive() { print("drive a