ç
{
this.titulo = _t;
this.edición = _e;
this.autor = _a;
this.ISBN = _I;
this.editorial = _ed;
this.páginas = _p;
}
public override string Tostring()
string información = string.format("libro: {0}\nEdicion: {1}\nautor: {3}\nISBN: {4}\neditorial: {5}\npáginas:")
return información;