Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling a base constructor
Message
 
À
14/07/2005 12:00:21
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, États-Unis
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Versions des environnements
Environment:
C# 1.1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01032692
Message ID:
01032699
Vues:
16
Here you go...
public class parent
{
  public parent(string s)
  {
  }
}

public class child : parent
{
  public child(string str4Parent, string str4Child) : base(str4Parent)
  {
  }
}
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform