C# Class SoftwareAcademy.Course

Inheritance: ICourse
Afficher le fichier Open project: vladislav-karamfilov/TelerikAcademy

Méthodes publiques

Méthode Description
AddTopic ( string topic ) : void
ToString ( ) : string

Méthodes protégées

Méthode Description
Course ( string name, ITeacher teacher ) : System

Method Details

AddTopic() public méthode

public AddTopic ( string topic ) : void
topic string
Résultat void

Course() protected méthode

protected Course ( string name, ITeacher teacher ) : System
name string
teacher ITeacher
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string