|
lanzd -> Inheritance implementation (5/7/2008 1:30:06 PM)
|
I am finally able to move to the Dot NET CF from evb. I'm going to port several apps to the CF. Since about a third of the code is identical in the several apps, using inheritance mkes sense to me. I've already created a base class with the methods in common. For the rest of the other apps, I'll create new classes that inherit the base class project. My question is this: should I build additional classes in the same project, or should they be seperate projects? Will the base class need to be compiled as a dll file and the others as exe? Thanks for any advice.
|
|
|
|