using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace information_of_computers { [Serializable] public class Computer { public Computer() { } public Computer(string name, string brand, string cpu, string memory, string hardDisk,