Inheritance/Single: Difference between revisions

m
m (→‎{{header|Tcl}}: formatting)
Line 398:
 
=={{header|Tcl}}==
{{works with|Tcl|8.6}} <br>
{{works with|Tcl|8.5}} and the [http://wiki.tcl.tk/TclOO TclOO package]
<lang Tcl>oo::class create Animal {
oo::class create Animal {
# ...
}
Line 419 ⟶ 418:
superclass Dog
# ...
}</lang>
}
</lang>
 
 
Anonymous user