C# Class Polymorphism.IphoneMobile

Inheritance: Mobile
Afficher le fichier Open project: fahidnasir/DotNet-ShortCourse2015

Méthodes publiques

Méthode Description
IphoneMobile ( string serialNumber ) : System
MakeCall ( string phoneNumber ) : bool
SendSMS ( string phoneNumber, string smsText ) : bool

Method Details

IphoneMobile() public méthode

public IphoneMobile ( string serialNumber ) : System
serialNumber string
Résultat System

MakeCall() public méthode

public MakeCall ( string phoneNumber ) : bool
phoneNumber string
Résultat bool

SendSMS() public méthode

public SendSMS ( string phoneNumber, string smsText ) : bool
phoneNumber string
smsText string
Résultat bool