What is the diffrence between Abstract Class and an Interface
in OOABAP.
Answer Posted / 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 |
Post New Answer View All Answers
What is a collect statement?
Explain the difference between call screen and leave screen?
What are the different control break statements available inside a loop?
How would you define the exponents for a type âfâ field?
Explain the Importance of pa20? : abap hr
What are the list of screen elements?
What is structure?
What are the different types of parameters?
What is buffering allowed but switched off?
How to read 5th record from Hash Internal Table?
How do you connect to the remote server if you are working from the office for the client in remote place?
In the MM module for finding out the standard cost what is the view one has to look at?
What are the functional areas? User groups?
Why cant we use Normal function module for data transfer?
How can cluster table be created?