C# Class SoftwareAcademy.Teacher

Inheritance: ITeacher
Datei anzeigen Open project: vladislav-karamfilov/TelerikAcademy Class Usage Examples

Public Methods

Method Description
AddCourse ( ICourse course ) : void
Teacher ( string name ) : System
ToString ( ) : string

Method Details

AddCourse() public method

public AddCourse ( ICourse course ) : void
course ICourse
return void

Teacher() public method

public Teacher ( string name ) : System
name string
return System

ToString() public method

public ToString ( ) : string
return string