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
Can there be more than 1 main window in sap script?
How do you send files to the legacy systems from SAP and vice versa? How does one know that the legacy files have come on to the SAP server you are working on?
Kindly help me to Know the process of mapping in EDI from R/3 to a convertor(third party which translates IDoc flatfile to EDIFACT /XML / FTP /HTTP ) ?
What are logical data bases used in hr module? : abap hr
What is the structure of the bdc table? : abap bdc
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
What is the logo in sap script?
What is Field group?
What is the advantage of structures?
What are the advantages of abap query tool?
How many main windows will be there in a page window?
What is the bapi?
Define external layer? : abap data dictionary
What are the parameter types for a method?
What are domains and data element? : abap hr