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
Mention the various databases integrities?
Difference between BDC vs Direct Loads?
What is constructor expression in nw abap 7.4?
What are the arithmetic operators in the sap abap?
What is the role of ‘refresh’ in internal table?
Explain the Inportance of pa30? : abap hr
Can we reuse a userexit?
while implementing badi what are the tables u find??
What do you understand by work area and internal tables in abap? Why do we use it?
What is Transactional based Application & Role based Application?
Different types of locks?
in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.
How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?
What are the domains and data elements?
What are the types of search helps? : sap abap data dictionary