开发者

What is Polymorphism? [duplicate]

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜