InterviewSolution
Saved Bookmarks
| 1. |
Can We Raise Events In Interface? |
|
Answer» No, you can not RAISE EVENTS in interface, Because there is no Implementation for the methods. We can CREATE events in INTERFACES . No, you can not raise events in interface, Because there is no Implementation for the methods. We can create events in interfaces . |
|