开发者

What is Polymorphism? [duplicate]

开发者 https://www.devze.com 2022-12-28 03:43 出处:网络
This question already has answers here: Closed 12 years ago. 开发者_JAVA技巧 Possible Duplicate: Try to describe polymorphism as easy as you can
This question already has answers here: Closed 12 years ago. 开发者_JAVA技巧

Possible Duplicate:

Try to describe polymorphism as easy as you can

What is polymorphism?


Please read MSDN which covers it in reference to c#,

Basically a derived class inherits from another class it gets all its methods,events and properties, and every type is polymorphic in .NET since they all have Object as their base class.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号