Posts by Thiago Resende • 21 points
1 post
-
2
votes2
answers54
viewsQ: Force the subclass
as a tool to force the subclass to display the correct data? class Program { static void Main(string[] args) { var tran = new List<Transporte>(); tran.Add(new Navio()); // Objetos das…
c#asked Thiago Resende 21