Home All Groups Group Topic Archive Search About
Author
21 Jul 2006 6:21 PM
Ufit
Can anyone give me an example of an abstract class and what
it is used for ? Is it the same thing as virtual class in VB.NET o C# ?
Thanks


Uf

Author
21 Jul 2006 6:45 PM
Herfried K. Wagner [MVP]
"Ufit" <kot_tmp0SPAMSPAM@NOpoczta.fm> schrieb:
> Can anyone give me an example of an abstract class and what
> it is used for ? Is it the same thing as virtual class in VB.NET o C# ?


Yes, in VB.NET such a class is marked using the 'MustInherit' keyword.
Typically it is used for base classes which contain incomplete functionality
that needs to be completed in an inheriting type.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>