C# Class Polymorphism.AndroidMobile

Inheritance: Mobile
Exibir arquivo Open project: fahidnasir/DotNet-ShortCourse2015

Public Methods

Method Description
AndroidMobile ( string serialNumber ) : System
MakeCall ( string phoneNumber ) : bool
SendSMS ( string phoneNumber, string smsText ) : bool

Method Details

AndroidMobile() public method

public AndroidMobile ( string serialNumber ) : System
serialNumber string
return System

MakeCall() public method

public MakeCall ( string phoneNumber ) : bool
phoneNumber string
return bool

SendSMS() public method

public SendSMS ( string phoneNumber, string smsText ) : bool
phoneNumber string
smsText string
return bool