What is the diffrence between Abstract Class and an Interface
in OOABAP.
Answer Posted / chaitanya_nag
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 |
Post New Answer View All Answers
What is the company code? : sap abap hr
What are the disadvantages of abap query tool?
Explain how to create any functions? How to go about it?
What are the various events associated with screen programming?
How would you set the formatting options statically and dynamically within a report?
Why grouping of fields is required? What is the max no of modification groups for each field?
What are the two different ways of building a match code object? : abap data dictionary
In which particular scenario we use sorted table and which particular scenario we use standard table?
Explain the difference between float and packed data type?
Program for Prime numbers and Matrix plz explain me the procedural method with steps
Explain the client concept of sap.
Why do we use types statement in abap programming?
What is a type group?
What is the relationship existing between the various data elements in data dictionary? : abap data dictionary
When is the top-of-page event triggered? : abap data dictionary