RE: No Language Lower than C++

Published Wed, Jun 23 2004 16:16 | girishb
.NET Undocumented said that C++/CLI has the ability to, for example, override a virtual method using another method of a different name according to what he found in this code project article . Well, Thats very cool. but, VB.NET already has that ability. You can use Implements against individual methods of the base class to implement them in different name.