
In this C# tutorial we are "developing a simple program to display student's report and book report using classes" . In this program we have taken three classes i.e student, book and prg as you see in line 3, 32 and 70 respectively. Also, class student is for student's report, class book is for books report and class prg is our main class to call both classes student and book.