Multiple class inheritance

In reply to shanthi:

Hi Shanthi If there is no super.display in class B, then i need to access is it possible to access directly the class A function. Because in your example all 3 displays will come , i need to just have display of class A only not B.