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
C#: Create an application called RockHall that instantiates and displays two objects corresponding to inductees in the R
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
C#: Create an application called RockHall that instantiates and displays two objects corresponding to inductees in the R
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!