CLI and calling the parent contructor

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • DaTurk

    #1

    CLI and calling the parent contructor

    What's the syntax for calling a parent constructor in CLI?

  • =?Utf-8?B?RGF2aWQgQW50b24=?=

    #2
    RE: CLI and calling the parent contructor

    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
    Source code converters: Convert between C#, C++, Java, and VB with the most accurate and reliable source code converters

    Convert between VB, C#, C++, and Python
    Instant C#
    Instant VB
    Instant C++
    Instant Python
    C++ to C# Converter
    C++ to VB Converter


    "DaTurk" wrote:
    What's the syntax for calling a parent constructor in CLI?
    >
    >

    Comment

    Working...