What is the diffrence between Abstract Class and an Interface
in OOABAP.
Answer Posted / theabapconsultant
interfaces are independant structures used to extend scope of a class and it shud be defined in only public section. interfaces can have attributes and methods without implementation. a class which includes this interfaces with methods should have implementation to all interface methods in that class.
abstract is a concept in which we design the basic template with set of components that are available in the sub class.in the abstraact class we have methods with and without implementations.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are the user groups?
Differentiate screen painter from menu painter.
What is search help exit? : sap abap data dictionary
What are table clusters?
Describe the data classes?
Explain the use of table maintenance allowed?
where do we store all custom programs in SD module?
What is the significance of hide?
Can i have some Realtime Scenarios on Reports.
Static and instance variable and method with live example. Why and when to use
What are the uses of interactive reporting?
How collect statement is different from append?
how can you display data say "your name"in sap script without print program or driver program??
What is dialog module?
Which function module would you use to check the user’s authorization to access files before opening a file?