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
How do you Export a session ?
Which database object is used for storing the system variables? : abap data dictionary
What kind of BDC programs are written ?
Explain the differences between at selection-screen and at selection-screen output?
Explain the advantages of logical databases?
How did you test the form you developed? How did you taken print?
What is the differrences between structure and table in data dictionary in abap? : abap hr
Explain the use of table maintenance allowed?
Explain the difference between a pool table and a transparent table?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain.? : abap data dictionary
How do you get the number of lines in an internal table?
How can we use multiple transactions by using bdc_insert? : abap bdc
What is the difference between field-group header and other field groups? : abap modularization
Differentiate between report and dialog program
Filter badi and multiple used badi? Will the sequence matter of the badi implementation in case of multiple used badi?