Usage of super & importance of its placement in child class #8.6

Опубликовано: 10 Сентябрь 2026
на канале: WildestImagination
48
2

In this video we will see that how to call and access parent class properties from child class using super function. We will also see that if we want to access the properties of parent class, where should we put super in child class. Based on the placement of super in child class it can be decided that if a child class will be able to access parent class properties or not.