What are abstract classes and methods in object-oriented programming?
Answer Posted / Vijay Singh
An abstract class is a class that cannot be instantiated directly but is intended to provide a superclass for other classes to inherit from. It may contain one or more abstract methods, which are methods without an implementation that must be provided by any concrete subclasses. In SAP OO-ABAP, you can define an abstract class using the 'abstract' keyword and an abstract method with the 'abstract' modifier.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category