Hello everyone,
Can u advise me about some books or articles to do object oriented design.
I found some books about OOP: inheritance, polymorphism, encapsulation, interfaces,... but the language and the concept is in java.
I want to learn the theory and examples about inheritance, polymorphism, encapsulation, interfaces,... but with dot net.
Goodway
Member
674 Points
217 Posts
OOP Design
Apr 16, 2007 11:39 AM|LINK
Hello everyone,
Can u advise me about some books or articles to do object oriented design.
I found some books about OOP: inheritance, polymorphism, encapsulation, interfaces,... but the language and the concept is in java.
I want to learn the theory and examples about inheritance, polymorphism, encapsulation, interfaces,... but with dot net.
Do you have a book about OOP and dot net?
Thanks.
akhhttar
Contributor
6506 Points
963 Posts
Re: OOP Design
Apr 16, 2007 12:36 PM|LINK
Hi Dear,
http://www.oreilly.com/catalog/objectvbnet/chapter/ch01.pdf
http://www.devsource.com/article2/0,1895,1739627,00.asp
Hope these link will help you to learn OOP with .NET
Thanks
Regards,
Muhammad Akhtar Shiekh
My Blog
swap
Member
175 Points
32 Posts
Re: OOP Design
Apr 16, 2007 01:37 PM|LINK
Hi Goodway,
Following are two good books from Microsoft press.
OOP with Microsoft Visual Basic .NET and Microsoft Visual C# .NET Step by Step (Paperback)
http://www.microsoft.com/mspress/books/5621.aspx
OOP: Building Reusable Components with Microsoft® Visual Basic® .NET
http://www.microsoft.com/mspress/books/5203.aspx
books Microsoft Press
Swap.
Please: Don't forget to click "Mark as Answer" on the post that helped you. That way future readers will know which post solved your issue.