bls Wrote: > abstract class DatabaseFactory { > > public abstract Database GetDatabase(); > } the method is usually called CreateInstance.