interface-implementation Questions
2
Solved
Ok, this is a question I'm asking, not as in demonstrating good coding practices (this actually could be considered a bad practice) but rather in regards to 'can' it be done at all.
That said, in ...
Yearling asked 4/4, 2011 at 1:7
6
Solved
In C#:
How many interfaces a class can implement at the same time?
public class MyClass: IInteferface_1, IInterface_2, ... , IInterface_N
{
}
Is there a limit for N?
Don't worry I don't want ...
Flowerpot asked 26/11, 2010 at 13:16
© 2022 - 2024 — McMap. All rights reserved.