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
Explain the different types of screen keywords?
How will you link form with the event driven in sap scripts?
Can i Have Some Realtime Examples On Modulepool programming.
What data is contained in data dictionary? : abap data dictionary
What are Tickets in Realtime ?
what is diff between idocs,bdc,rfc and bapi. give real time answer
ABAP : Classical reports events name
What are the differences between se01, se09 and se10?
Have you printed any report?
How we format the data before before write statement in report ?
Is logo in script 1st stored as tiff format before uploading or in jpeg format?and where is that stored after uploading?
What are the two ways for restricting the value range for a domain ?
What is the difference between call transaction and session method? : abap bdc
What is a data dictionary? : sap abap data dictionary
Can we access static attribute from instance method