```nim protocol Fruit: proc `new`(title: string, price: int) class Apple: proc `new`(title: string, price: int) = discard ```