CLI and calling the parent contructor

  • Thread starter Thread starter DaTurk
  • Start date Start date
Assuming a class by the name of SomeClass which derives from a class by the
name of SomeBase, a constructor calling the base class constructor would have
the following form:
SomeClass() : SomeBase() {}
--
David Anton
www.tangiblesoftwaresolutions.com
Convert between VB, C#, C++, and Python
Instant C#
Instant VB
Instant C++
Instant Python
C++ to C# Converter
C++ to VB Converter
 
Back
Top