vickydes1819 vickydes1819 03-01-2024 Computers and Technology contestada Is the following class mutable or immutable?:class Person{. public Person(string name){Name = name;}public string Name { get; set; }}