RosettaCodeData/Task/Inheritance-Single/OCaml/inheritance-single-4.ocaml

6 lines
79 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
class lab =
object (self)
inherit dog
(*functions go here...*)
end