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