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
Define batch input session?
How to split one Invoice into Multiple ( Step by Step)?
Explain the Types of Select statements?
What are the different types of internal table?
What are the basic object types? : sap abap hr
How to creat transactions? : abap data dictionary
What are advantages and disadvantages of logical data base
How can I make a differentiation between dependent and independent data? : abap hr
What is the max. No. Of structures that can be included in a table or structure? : abap data dictionary
How many types of data classes are there in sap?
What is the max no of match code id's that can be defined for one match code object? : abap data dictionary
What actually happens in real-time recruitment? : sap abap hr
How does the interection between the dynpro and the abap/4 modules takes place?
What is personnel sub are
How is conversion of data types done between abap/4 & db layer? : abap data dictionary