Quiz 08
1. A method can be declared with the virtual keyword. What does virtual mean?
2. Define two classes named A and B. Show how to make B a subclass of A. Define a one-parameter constructor in A that takes a string argument. Then define a zero-parameter constructor in B that calls the one-paramenter constructor in A with the argument "It's Friday".
2. Define two classes named A and B. Show how to make B a subclass of A. Define a one-parameter constructor in A that takes a string argument. Then define a zero-parameter constructor in B that calls the one-paramenter constructor in A with the argument "It's Friday".