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