InterviewSolution
Saved Bookmarks
| 1. |
What Is An Interface In Ooabap? |
|
Answer» Interface is CLASS which CONTAINS methods without IMPLEMENTATIONS. Interface is class which contains methods without implementations. |
|