internal abstract class Shape { var color: String abstract fun area(): Double }