AI Features

Challenge 1: Override a Method Using the Super Function

In this challenge, you will override a method using super().

Problem statement

When a method in a derived class overrides a method in a base class, it is still possible to call the ...

Ask