The APPEND statement adds a single line/row to an existing internal table. APPEND statement uses ...
Methods are internal procedures in a class that defines the behavior of an object. ...
INSERT statement adds a line/row to the internal table. The data requires to be ...
Constructors are special methods that are called automatically while creating an object or instantiated ...
COLLECT statement used for populating the internal tables. COLLECT is used while inserting lines ...
Events are functions that are triggered based on the result of a condition. Events ...
READ statement used to read the internal table. We can read the table lines by ...
Objects establish the key concept in object oriented programming. An object is a self-contained ...
INTERFACES are like classes and act as data types for Objects. Interfaces are independent ...
Encapsulation is an object-oriented programming concept that binds the code/functions and data together to ...