namespace Classes; class Ram : Detail { public string Type { get; set; } public int Size { get; set; } }