摘要
多态性是C#中一个非常重要的概念,同一操作作用于不同类的实例,不同的类将进行不同的解释,产生不同的结果。深入理解C#的多态性,对C#程序设计具有一定的指导意义。
Multi-state properties is an important concept in C#.An identical operation serves in different cases,but the different types will carry on the different explanations and have different results.Thoroughly understaning the multi-ste properties of C# will have certain instrucion to C# programming.
出处
《电脑学习》
2007年第1期41-43,共3页
Computer Study
关键词
多态
继承
方法
Multi-state Properties Inherit Method