Re: abstract class

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



On Jun 18, 2:47 pm, "Peter Morris" <mrpmorris at gmail dot com> wrote:
If I have a abstract class with some field what is the best way
to set these fields. It can't be done by using the constructor
because an abstract class doesn't have any constructor.

An abstract class may have constructors.
True, but it can not be instantiated.

--
Pete
=========================================
I use Enterprise Core Objects (Domain driven design)http://www.capableobjects.com/
=========================================

.