What is the difference between interfaces and abstract class
Answer Posted / jayaramsai.panchakarla
The interfaces contains only abstract methods and static variables. It don't have Constructor.
In abstract class may contains abstract methods and also concrete methods. It contains instance variables also. It has Constructor for initialize the instance variables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe the data classes?
Static and instance variable and method with live example. Why and when to use
What is runtime analysis?
How to define selection screen?
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.
What is search help exit? : sap abap data dictionary
Cds views
What is use of transparent table in abap? How it is different from pool tables?
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
What is the collect statement? How is it different from append?
What are the functional modules used in sequence in bdc? : abap hr
In what ways we can get the context sensitive f1 help on a field?
what is diff between idocs,bdc,rfc and bapi. give real time answer
How you attach search help to data element? : sap abap data dictionary
How do you populate data into a multiple line field? : abap bdc