Vam's Notes

Just notes. But notes for everything.

导航

随笔分类 -  .Net

.Net study notes of "Beginning Visual C# 2005"
摘要:Part 1, Chapter 8Slightly more complex objects might not maintain any data; instead, they can represent a process by containing only functions. For example, an object representing a printer might be u... 阅读全文

posted @ 2007-05-31 16:21 Vam 阅读(196) 评论(0) 推荐(0)

.Net study notes of "Professional C# 2005" - Appendix A
摘要:Therefore, instance methods, just like static methods, are stored only once, and associated with the class as a whole. A quick look at the documentation reveals that no overload of WriteLi... 阅读全文

posted @ 2007-05-16 12:52 Vam 阅读(217) 评论(0) 推荐(0)