Quiz 08
1. Write a C# code fragment that declares a two-dimensional array named "twod" with 3 rows and 5 columns. Initialize the i,j-th element of this array to the value (i + j) * (i - j).
2. Briefly describe the notion of inheritance in C#.
1. Write a C# code fragment that declares a two-dimensional array named "twod" with 3 rows and 5 columns. Initialize the i,j-th element of this array to the value (i + j) * (i - j).
2. Briefly describe the notion of inheritance in C#.