H
Hei
Hi
is vb.net' "interface" is sound like C++ "abstract class" ?
Hei
is vb.net' "interface" is sound like C++ "abstract class" ?
Hei
Hi
is vb.net' "interface" is sound like C++ "abstract class" ?
Hei
Tom said:An interface would be more a long the lines of a "pure abstract class"
in C++. Except that there are a couple conceptual differences as far
as usuage... Usually, in VB.NET you would use an interface to give
common functionality accross dissimilar types. Where, I would use an
abstract class (MustInherit in VB.NET) when the types are related -
especially if they share a lot of implementation.
* "Hei said:is vb.net' "interface" is sound like C++ "abstract class" ?