Hi Guys for the following Diagram How do v convert it to Code
Qt Code:
  1. .
  2. +----------------------------+
  3. | Base |
  4. +----------------------------+
  5. ^
  6. |----------------------+
  7. +----------------------------+ |
  8. | Derived | |
  9. +----------------------------+ |
  10. ^ ______________ |
  11. | |
  12. +----------------------------+
  13. | Multiple |
  14. +----------------------------+
To copy to clipboard, switch view to plain text mode 
So that I can access the Base's Function as well as the Derived's function