I know seasoned OOP-savvy developers will roll their eyes at this one, but
can anyone provide a clear explanation as to *why* one would need to use an
Interface in a VB.NET application?
Every book and article I seem to run across jumps right into "and here's how
Interfaces are implemented..." followed by a block of meaningless (to me)
code without explaining why this is being used in the first place. e.g. Why
not use a Class object?
TIA,
dj
can anyone provide a clear explanation as to *why* one would need to use an
Interface in a VB.NET application?
Every book and article I seem to run across jumps right into "and here's how
Interfaces are implemented..." followed by a block of meaningless (to me)
code without explaining why this is being used in the first place. e.g. Why
not use a Class object?
TIA,
dj
Comment