读书人

非抽象父类可以引用子类么解决方法

发布时间: 2012-03-04 11:13:34 作者: rapoo

非抽象父类可以引用子类么
public class a
....
end class

public class b
inherits a
.....
end class

dim a1 as a
dim b1 as new b
a1=b1


[解决办法]
可以

读书人网 >VB Dotnet

热点推荐