What is polymorphism, what is it for, and how is it used?

前端 未结 28 3330
南笙
南笙 2020-11-21 07:08

What is polymorphism, what is it for, and how is it used?

28条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-11-21 07:40

    I know this is an older question with a lot of good answers but I'd like to include a one sentence answer:

    Treating a derived type as if it were it's base type.

    There are plenty of examples above that show this in action, but I feel this is a good concise answer.

提交回复
热议问题