What is the diffrence between Abstract Class and an Interface
in OOABAP.
Answer Posted / chaitanya_nag
The main diff between is : interface is pure abstract class
means.. not even a single method got implemented.where as abstract class may contains implemented methods.
we cant create object for both.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the different between template and a table?
What are different data types in abap/4?
A field-groups statement or an insert statement reverses storage space and transfers values. State true or false. : abap modularization
Differentiate between the uline and write: sy-uline statements if any?
WHAT ARE THE INPUT PARAMETERS TO BE PASSED FOR THE BAPIS 'BAPI_CUSTMATINFO_GETDETAILM' AND 'BAPI_CUSTMATINFO_GETLIST'
It is not possible to create an abap/4 program, which contains only subroutines. State true or false. : abap modularization
What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?
Have you printed any report?
What are the types of the programming language used in the sap abap software?
Can there be more than 1 main window in sap script?
What is the use of the raising exception?
What are the system fields you have worked with? Explain?
How to read files and process BDC's automatically ?
How many structures can be created in a Ztable ?
what will happen if called program is not executable ?