Question:
Why does java not allow multiple inheritance?
Author: Ed HowardAnswer:
There might be a confilict, use the interface method to solve this. We used multilevel inheritance in our frame work with our baseclass (webdriver) ->page initializer(page object from page object model) -> common methods (methods to use on web driver)
0 / 5 Â (0 ratings)
1 answer(s) in total