InterviewSolution
Saved Bookmarks
| 1. |
What Is An Event In Ooabap ? |
|
Answer» EVENT is a MECHANISM by which method of one class can RAISE method of ANOTHER class, without the HAZARD of instantiating that class. Event is a mechanism by which method of one class can raise method of another class, without the hazard of instantiating that class. |
|