InterviewSolution
Saved Bookmarks
| 1. |
Which language can use inheritance with local classes?(a) Kotlin(b) Java(c) SmallTalk(d) SAP ABAP |
|
Answer» Correct option is (d) SAP ABAP The explanation: Other language might support inheritance with local classes but those doesn’t provide all the proper features of inheritance. Language SAP ABAP provides a way to implement inheritance with local classes efficiently. |
|