Exemplo n.º 1
0
 public void Print()
 {
     Console.WriteLine($"Book={this.Nume}- Year={this.Year}  Price={this.Price}");
     Author.Print();
     Console.WriteLine();
 }