skip to main
|
skip to sidebar
Dr.Fang's .NET Channel
Discover the .NET world.
2009年2月5日星期四
父类的对象和子类的对象的转换
今天遇到一个关于OO的非常基础、非常easy的小问题,确怎么样没想明白。记录如下:
Class A是Class B的父类: class B extends A。现在:
A a = new A();
B b = new B();
如果:
b = (B)a
则是错误的;
而:
a = (A)b
就是正确的。
没有评论:
发表评论
较新的博文
较早的博文
主页
订阅:
博文评论 (Atom)
我的简介
方医生
IT工程师,非传统讲师,专业开发者,业余作者,绝对爱国者,纯正的程序员......
查看我的完整个人资料
标签
Windows PowerShell
WebPart
OO
SharePoint 2007
VS2008
.NET
ASP.net
Case
Design
Drupal
Ecommerce
ListView
MySQL
SQL SERVER
Security
SharePoint Designer 2007
SmartPart
TFS
数据库
部署
博客归档
▼
2009
(30)
►
四月
(5)
►
三月
(11)
▼
二月
(8)
使用7z备份站点文件
使用WPS导出MySQL数据库
Windows PowerShell Pipelines
MOSS 2007的Query Filter WP出现问题
在TFS上创建开发者博客
VS2008和显卡的小Bug
购物车的局部OOD
父类的对象和子类的对象的转换
►
一月
(6)
有用的链接
Development Tools and Techniques for Working with Code in Windows SharePoint Services 3.0 (Part 1 of 2)
Development Tools and Techniques for Working with Code in Windows SharePoint Services 3.0 (Part 2 of 2)
创建基本的Web Part (MSDN)
Task Checklist for Testing Web Parts (MSDN)
没有评论:
发表评论