Sameed Test cs411
Sameed Test cs411
Section C: True/False
1. Delegates in C# can only refer to methods that have a predefined
signature.
True / False
2. Event-driven programming always requires the use of graphical user
interfaces (GUIs).
True / False
3. In C#, multiple inheritance is not allowed for classes but is
supported through interfaces.
True / False
4. An event can have multiple handlers in C#.
True / False
5. A derived class in C# can override a method from its base class only
if the method in the base class is marked as virtual.
True / False