7 lines
116 B
Text
7 lines
116 B
Text
|
|
class camera_phone =
|
||
|
|
object (self)
|
||
|
|
inherit camera
|
||
|
|
inherit mobile_phone
|
||
|
|
(*functions go here...*)
|
||
|
|
end
|