SkillStorm interview question

What is overriding a function?

Interview Answer

Anonymous

2 Aug 2021

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

1