OOPs ABAP
OOPs ABAP
A static class is usually one in which all methods and attributes are declared static. (The use of static
classes is comparatively low with instance classes.).
5. What is an inheritance?
Inheritance is a concept by which a subclass or child class is derived by inheriting the superclass or parent
class. Which will give access to all public, protected methods and attributes of superclass to subclass. By
doing so, we can redefine a method or incorporate a few methods of superclass into subclass.