3 lines
80 B
PowerShell
3 lines
80 B
PowerShell
class Camera {}
|
|
class MobilePhone {}
|
|
class CameraPhone : Camera, MobilePhone {}
|