What is the diffrence between Abstract Class and an Interface
in OOABAP.
Answers were Sorted based on User's Feedback
Answer / theabapconsultant
the main difference between interface and abstract class is interface wont be having implementations where as the emthods in abstrct can be created with and without implementations.
Is This Answer Correct ? | 7 Yes | 2 No |
Answer / theabapconsultant
interfaces are independant structures used to extend scope of a class and it shud be defined in only public section. interfaces can have attributes and methods without implementation. a class which includes this interfaces with methods should have implementation to all interface methods in that class.
abstract is a concept in which we design the basic template with set of components that are available in the sub class.in the abstraact class we have methods with and without implementations.
Is This Answer Correct ? | 3 Yes | 2 No |
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 |
In the BADI,they are multiple Implementation.Could you please tell is there any procedure which are the implementation will execute and any order is the execute all the implementation for that Badi
what is partner profiles?
How to combine multiple delivery into one Billing ( Step by Step)?
Does sap handle multiple languages?
Which method is faster among 4 methods used in LSMW.?
what technology used at presentation layer for displaying GUI to SAP user ? and where those files were put?
Hi,have Good Command in SAP ABAP, ABAP WEBDYNPRO now i want to learn sap IS utilities.. can u plz suggest me is it useful r not? If not can i learn BI? Is ABAP with BI have gud future?
What are the function modules used to create batch input session? : abap bdc
differnce between user and customer exit
what is the diffreence between sap memory and abap memory plz give the example
How do you activate a function exit?
What is sap abap data dictionary?