C# 클래스 Polymorphism.IphoneMobile

상속: Mobile
파일 보기 프로젝트 열기: fahidnasir/DotNet-ShortCourse2015

공개 메소드들

메소드 설명
IphoneMobile ( string serialNumber ) : System
MakeCall ( string phoneNumber ) : bool
SendSMS ( string phoneNumber, string smsText ) : bool

메소드 상세

IphoneMobile() 공개 메소드

public IphoneMobile ( string serialNumber ) : System
serialNumber string
리턴 System

MakeCall() 공개 메소드

public MakeCall ( string phoneNumber ) : bool
phoneNumber string
리턴 bool

SendSMS() 공개 메소드

public SendSMS ( string phoneNumber, string smsText ) : bool
phoneNumber string
smsText string
리턴 bool