C#: Create an application called RockHall that instantiates and displays two objects corresponding to inductees in the R
Posted: Thu May 05, 2022 12:42 pm
C#:
Create an application called RockHall that instantiates and
displays two objects corresponding to inductees in the Rock and
Roll Hall of Fame. You must define a class called Members that
includes the following two fields: Artist (string) and year of
induction (int). The class must have get and set properties for
each field. Your program must create and initialize at least two
Members objects then output the contents of the fields from both
objects.
You can find names and induction years for actual inductees
here: https://www.rockhall.com/inductees/a-z
Create an application called RockHall that instantiates and
displays two objects corresponding to inductees in the Rock and
Roll Hall of Fame. You must define a class called Members that
includes the following two fields: Artist (string) and year of
induction (int). The class must have get and set properties for
each field. Your program must create and initialize at least two
Members objects then output the contents of the fields from both
objects.
You can find names and induction years for actual inductees
here: https://www.rockhall.com/inductees/a-z