| | Scott Stewart : Partial Classes are OOP agnostic (Site not responding. Last check: 2007-11-03) |
 | | If somebody is trying to use partial classes to implement some OOP concepts then the fault lies with this person’s misconception of partial classes, not with partial classes. |
 | | Partial classes could be used to create a 100% pure OOP solution or not, just like single code file class definitions can. |
 | | On the other hand, partial classes allow you to separate a single class definition between multiple code files, and while this itself doesn’t really speak to anything OOP, it may allow you to make some purer OOP decisions and still gain some layering benefits that separate code files can provide. |
| dotnetjunkies.com /WebLog/sstewart/archive/2005/04/20/69510.aspx (1064 words) |