We know when a class inherits from another class, it gets all the member of that parent class. But how does parent class can access that child without having to create a object of that child ?