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 |
I am getting the (first) page number and the remaining records displayed in another list in another page BUT the PAGE Number is not displayed? What is the code/solution?
how to see the last updated record in a table?
Explain the advantages/disadvantages of logical databases?
What is foreign key relationship?
What is updated Function Module.
What are the methods of interfacing to SAP
dynamic programming in sap abap
what is table maintainence?
how to print a logo in script
How is the command suppress-dialog useful?
Difference Between domain and data element?
how to creat a table with out primary key