Prototype Design Pattern in SAP OOABAP
The Prototype Pattern is a Creational Design Pattern that allows cloning existing objects without requiring their exact class to be specified. This is useful when object creation is expensive, and duplicating an existing object is more efficient.