28: Super Keyword
The super keyword is used to access the functions and members of the parent class in Solidity. It is similar to this
keyword in other languages.
Example 1
Example 2
That's it for the lesson 28! In the next lesson, Visibility
Last updated