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
Which table stores the programs created?
In sap script how to print bar code in vertical manner
How do you read files from the presentation server ? : abap bdc
What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr
What are the difference between call screen and leave screen?
What are the differences between transparent tables, pooled tables & cluster tables? : abap data dictionary
What are the other modules integrated with om? : sap abap hr
How will you insert record in a sorted table
Select query optimisation
How to find Kernal badi ?
What takes most time in SAP script programming?
Mention what is alv programming in abap?
Can a transparent table exist in the data dictionary but not in the database physically?
Where can you find error log for call transaction? : abap bdc
Difference between open sql and native sql? : abap data dictionary