RosettaCodeData/Task/Inheritance-Multiple/OCaml/inheritance-multiple-2.ml
2024-10-16 18:07:41 -07:00

4 lines
72 B
OCaml

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