home > 比較編 > C, C++, Objective-C, Java, C# > invoke class method >

ForNext

Only Do What Only You Can Do

131. subclass

VBScript

JScript

Perl

PHP

Python

Ruby

PowerShell

Scala

F#

C

C++

class Integer : public Rational {
 public:
  Integer(int n);
  virtual ~Integer();
};

C++Builder

VC++

C#

Java

public class RInteger extends Rational {
  public RInteger(int n) throws Throwable {
    super(n, 1);
  }
}

Objective-C

D

VB

VB.NET

Delphi

Ada

PL/SQL

T-SQL

関数型

inserted by FC2 system