Skip to main content

Inheritance implementation

 
Logged in as: Guest
Users viewing this topic: none
  Printable Version
All Forums >> [.NET Compact Framework Development] >> .NET Compact Framework - VB.NET >> Inheritance implementation Page: [1]
Login
Message << Older Topic   Newer Topic >>
Inheritance implementation - 5/7/2008 1:30:06 PM   
lanzd

 

Posts: 22
Score: 0
Joined: 4/26/2002
From: CA
Status: offline
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. 
Post #: 1
RE: Inheritance implementation - 5/14/2008 4:03:34 PM   
devbuzz


Posts: 448
Score: 0
Joined: 4/26/2002
From: New Jersey, USA & Cape Town, SA
Status: offline
quote:

ORIGINAL: lanzd
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?

Each project will become an assembly (read dll).

If I was you I start off as simply as possible. The only reason to put the base class in another project would be because you want to resuse it in other solutions.

_____________________________

Derek Mitchell
http://www.devbuzz.com
Pocket PC Development

(in reply to lanzd)
Post #: 2
Page:   [1]
All Forums >> [.NET Compact Framework Development] >> .NET Compact Framework - VB.NET >> Inheritance implementation Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts


Forum Software © ASPPlayground.NET Advanced Edition 2.5.5 Unicode

0.016