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

4 lines
53 B
Groovy
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
class Cat extends Animal{
//contents go here...
}