<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="/Skins/Default/Rss.xsl" ?>
<rss version="2.0">
<channel>
<title>Thảo luận chung : Các bác giải thich cho em cái Constructor với.</title>
<link>http://dot.net.vn/Desktop.aspx/Threads/Thao-Luan-Chung/Cac_bac_giai_thich_cho_em_cai_Constructor_voi/</link>
<description>&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;P&gt;chào các bác em mới học lập trình em không hiểu cái constructor như thế nào và cả cái Initializers nữa. Mong các bác giúp đỡ giải thích cho em. Em xin hỏi thêm 1 câu nữa là: em đang học lập trình C# (mới bắt đầu thôi) thì em nên đọc giáo trình nào thì thích hợp. Hiện nay em đang đọc sách của Dương Quang Thiện nhưng vẫn thấy khó hiểu quá. Vậy rất mong các bác chỉ cho em một quyển sách tự học C# hay để những người mới vào học lập trình có thể đọc hiểu được.&lt;/P&gt;
&lt;P&gt;Cảm ơn các bác nhiều.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;</description>
<publisher>Vietnam .NET Community</publisher>
<language>vi-VN</language>
<managingEditor>automail-noreply@dot.net.vn</managingEditor>
<webMaster>automail-noreply@dot.net.vn</webMaster>
<copyright>Copyright 2005-2008 Vietnam .NET Community</copyright>
<pubDate>Wed, 06 Aug 2008 16:04:41 GMT</pubDate>
<category>Thảo luận chung</category>
<ttl>60</ttl>
<docs>http://cyber.law.harvard.edu/rss/rss.html</docs>
<generator>VIE Portal RSS Generator - Version 5.6.3183.28143 - http://www.vieportal.vn/</generator>
<item>
<title>Trả lời của 'Nguyen Van Phuong'</title>
<link>http://dot.net.vn/Desktop.aspx/Threads/Thao-Luan-Chung/Cac_bac_giai_thich_cho_em_cai_Constructor_voi/</link>
<description>Chết thật có nhiều chuyên gia vào xem thế mà không có chuyên gia nào giúp.</description>
<author>automail-noreply@dot.net.vn</author>
<pubDate>Thu, 10 Jan 2008 20:59:14 GMT</pubDate>
<source>http://dot.net.vn/Desktop.aspx/Threads/Thao-Luan-Chung/Cac_bac_giai_thich_cho_em_cai_Constructor_voi/</source>
<category>Thảo luận chung</category>
</item>
<item>
<title>Trả lời của 'Truong Long'</title>
<link>http://dot.net.vn/Desktop.aspx/Threads/Thao-Luan-Chung/Cac_bac_giai_thich_cho_em_cai_Constructor_voi/</link>
<description>Sách Dương Quang Thiện là số 1.</description>
<author>automail-noreply@dot.net.vn</author>
<pubDate>Mon, 14 Apr 2008 16:26:39 GMT</pubDate>
<source>http://dot.net.vn/Desktop.aspx/Threads/Thao-Luan-Chung/Cac_bac_giai_thich_cho_em_cai_Constructor_voi/</source>
<category>Thảo luận chung</category>
</item>
<item>
<title>Trả lời của 'Dương Nguyễn'</title>
<link>http://dot.net.vn/Desktop.aspx/Threads/Thao-Luan-Chung/Cac_bac_giai_thich_cho_em_cai_Constructor_voi/</link>
<description>In object-oriented programming, a constructor (sometimes shortened to ctor) in a class is a special block of statements called when an object is created, either when it is declared (statically constructed on the stack, possible in C++ but not in Java and other object-oriented languages) or dynamically constructed on the heap through the keyword “new”.&lt;br&gt;&lt;br&gt;A constructor is similar to an instance method, but it differs from a method in that it never has an explicit return type, it's not inherited, and usually has different rules for scope modifiers. Constructors are often distinguished by having the same name as the declaring class. Their responsibility is to initialize the object's data members and to establish the invariant of the class, failing if the invariant isn't valid. A properly written constructor will leave the object in a 'valid' state. Immutable objects must be initialized in a constructor.&lt;br&gt;&lt;br&gt;The term constructor is also used to denote one of the tags that wraps data in an algebraic data type. This is a different usage than in this article. For more information, see algebraic data type.&lt;br&gt;&lt;br&gt;In most languages, the constructor can be overloaded in that there can be more than one constructor for a class, each having different parameters. Some languages take consideration of some special types of constructors:&lt;br&gt;&lt;br&gt;    * default constructor - a constructor which can take no arguments&lt;br&gt;    * copy constructor - a constructor which takes one argument of the type of the class (or a reference thereof)&lt;br&gt;</description>
<author>automail-noreply@dot.net.vn</author>
<pubDate>Mon, 14 Apr 2008 17:49:45 GMT</pubDate>
<source>http://dot.net.vn/Desktop.aspx/Threads/Thao-Luan-Chung/Cac_bac_giai_thich_cho_em_cai_Constructor_voi/</source>
<category>Thảo luận chung</category>
</item>
<item>
<title>Trả lời của 'Hell Manager'</title>
<link>http://dot.net.vn/Desktop.aspx/Threads/Thao-Luan-Chung/Cac_bac_giai_thich_cho_em_cai_Constructor_voi/</link>
<description>1 - Constructor là hành động đầu tiên khi khởi tạo đối tượng&lt;br&gt;2 - Cuốn sách hay nhất và đầy đủ nhất là MSDN, mấy cuốn sách tiếng việt chỉ dạy thủ thuật và công cụ thôi, bạn không hiểu vấn đề đâu. Tuy khởi đầu với MSDN hơi khó nhưng riết rồi quen hơn nữa bạn Download 101 bài C# về làm theo là Ok.&lt;br&gt;&lt;br&gt;Chúc bạn thành công.</description>
<author>automail-noreply@dot.net.vn</author>
<pubDate>Thu, 05 Jun 2008 10:40:13 GMT</pubDate>
<source>http://dot.net.vn/Desktop.aspx/Threads/Thao-Luan-Chung/Cac_bac_giai_thich_cho_em_cai_Constructor_voi/</source>
<category>Thảo luận chung</category>
</item>
<item>
<title>Trả lời của 'Phạm Quang Thiều'</title>
<link>http://dot.net.vn/Desktop.aspx/Threads/Thao-Luan-Chung/Cac_bac_giai_thich_cho_em_cai_Constructor_voi/</link>
<description>Các pro giúp em với em cũng đang bí cái phần Constructor này, bác nào có ví dụ điển hình để giải thích cho em được không</description>
<author>automail-noreply@dot.net.vn</author>
<pubDate>Wed, 06 Aug 2008 16:04:41 GMT</pubDate>
<source>http://dot.net.vn/Desktop.aspx/Threads/Thao-Luan-Chung/Cac_bac_giai_thich_cho_em_cai_Constructor_voi/</source>
<category>Thảo luận chung</category>
</item>
</channel>
</rss>