Singleton & Interfaces
- From: "rob" <rmdiv2000@xxxxxxxxx>
- Date: 26 Jun 2006 11:02:21 -0700
I have two different classes singleton1 and singleton2 that both are
singletons. Both classes implement the same functions. Therefore, I
would like to have an interface containing these functions. The problem
is that an interface does not allow static functions and an abstract
class does not work in my case because multiple inheritence is not
allowed. So how do I go after doing this?
Thanks
.
- Follow-Ups:
- Re: Singleton & Interfaces
- From: Nicholas Paldino [.NET/C# MVP]
- Re: Singleton & Interfaces
- Prev by Date: Re: Help parsing string
- Next by Date: Find Objects Bound To DataTable?
- Previous by thread: Help parsing string
- Next by thread: Re: Singleton & Interfaces
- Index(es):