"Mandeep Singh Brar" <[email protected]> wrote in message news:[email protected]... > Hi, > > I was just thinking if implementing interfaces as abstract classes could > be a workaround. Since D anyways allows multiple inheritance, so would it > make sense > to just declare interfaces as abstract classes. Would there be any reason > not to do that. > > Thanks & Regards > Mandeep
The big one is that D _doesn't_ allow multiple inheritance.
