static-typing Questions
9
Solved
I've started to look into the whole unit testing/test-driven development idea, and the more I think about it, the more it seems to fill a similar role to static type checking. Both techniques provi...
Manor asked 6/1, 2009 at 4:12
1
Solved
I was working with the generic class in vb.net.
And it seems extension method cannot be applied to generic class without specifying the type.
I have this generic class
Public Class MyGeneric(Of T...
Trilingual asked 8/12, 2008 at 10:11
38
Solved
When should I use an interface and when should I use a base class?
Should it always be an interface if I don't want to actually define a base implementation of the methods?
If I have a Dog and C...
Distiller asked 11/9, 2008 at 15:20
© 2022 - 2024 — McMap. All rights reserved.