What is the term for producing an identical duplicate of an existing object?
Explanation
Option C, cloning, refers to the process of creating an exact replica of an existing object. Overloading and overriding relate to methods in programming, while copying is a general term but not specifically used in this context.