C# Class InheritanceAndPolymorphism.Course

Show file Open project: vladislav-karamfilov/TelerikAcademy

Public Methods

Method Description
ToString ( ) : string

Protected Methods

Method Description
Course ( string courseName, string teacherName, IList students ) : System
GetStudentsAsString ( ) : string

Method Details

Course() protected method

protected Course ( string courseName, string teacherName, IList students ) : System
courseName string
teacherName string
students IList
return System

GetStudentsAsString() protected method

protected GetStudentsAsString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string