我的第五篇博客文章

作者:Astro 学习者

发表于:2022-08-08

摘要:这篇文章会自己出现在列表中!

astro

successes

indie

第五篇,没有 tags

func main() {
  fmt.Println("test")
}

Animal

+int age

+String gender

+isMammal()

+mate()

Duck

+String beakColor

+swim()

+quack()

Fish

-int sizeInFeet

-canEat()

Zebra

+bool is_wild

+run()

From Duck till Zebra

can fly\ncan swim\ncan dive\ncan help in debugging

Animal example