RosettaCodeData/Task/Inheritance-Multiple/OCaml/inheritance-multiple-2.ml

5 lines
72 B
OCaml

class mobile_phone =
object (self)
(*functions go here...*)
end