Пример #1
0
 public Leesboek(Genre genre, string titel, string auteur, decimal aankoopprijs, string onderwerp)
     : base(genre, titel, auteur, aankoopprijs)
 {
     this.Onderwerp = onderwerp;
 }
Пример #2
0
 public Woordenboek(Genre genre, string titel, string auteur, decimal aankoopprijs, string taal)
     : base(genre, titel, auteur, aankoopprijs)
 {
     this.Taal = taal;
 }