public Leesboek(Genre genre, string titel, string auteur, decimal aankoopprijs, string onderwerp) : base(genre, titel, auteur, aankoopprijs) { this.Onderwerp = onderwerp; }
public Woordenboek(Genre genre, string titel, string auteur, decimal aankoopprijs, string taal) : base(genre, titel, auteur, aankoopprijs) { this.Taal = taal; }