C# 클래스 Methods.Student

The Student class.
파일 보기 프로젝트 열기: vladislav-karamfilov/TelerikAcademy 1 사용 예제들

공개 메소드들

메소드 설명
IsOlderThan ( Student other ) : bool
Student ( string firstName, string lastName ) : System
ToString ( ) : string

메소드 상세

IsOlderThan() 공개 메소드

public IsOlderThan ( Student other ) : bool
other Student
리턴 bool

Student() 공개 메소드

public Student ( string firstName, string lastName ) : System
firstName string
lastName string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string