4 lines
81 B
Scala
4 lines
81 B
Scala
|
|
trait Camera
|
||
|
|
trait MobilePhone
|
||
|
|
class CameraPhone extends Camera with MobilePhone
|