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.