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
What is the transaction for recording bdc ? : abap bdc
In tm, if a group of employees gets 10 days of annual leave, what will be the time evaluation status? : sap abap hr
10) How to get Item Header in Sales Order?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
How many secondary indexes can we create in a table?
Difference between open sql and native sql? : abap data dictionary
How would you suppress the display of a parameter on the selection screen?
What are the main uses of the primary key?
What is tcode se16? For what is it used.
What is screen flow logic? What are the sections in it?
Can we create field without data element? If yes, how?
List the events in abap/4 language?
What data is contained? : abap data dictionary
What does an exec sql statement do in abap?
What does an exec sql statement do in abap? What is the disadvantage of using it?