RosettaCodeData/Task/Inheritance-Single/Groovy/inheritance-single-5.groovy

4 lines
53 B
Groovy
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
class Collie extends Dog{
//contents go here...
}