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 are the types of subroutines? : abap modularization
How many types of tables exist and what are they in data dictionary?
What are ranges?
How to analysis Background Job for performance Issue?
What is netweaver???what is the relationship with ABAP?
What are the two ways for restricting the value range for a domain? : abap data dictionary
How to upload more than 2GB file from External Source to SAP?
Where do you code the hide statement?
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
How you attach search help to data element? : sap abap data dictionary
What are the 3 types of function modules in sap?
How to read 5th record from Hash Internal Table?
Why we are using Macros instead of Function Modules
How do you use tab sets in layout sets?
Explain what are the problems in processing batch input sessions?