SkillStorm Interview Question

What is overriding a function?

Interview Answer

Anonymous

Aug 2, 2021

Overriding a function is when a child class provides its own version of a method contained within a parent class.

1