Virtual base class in java
807603Jan 10 2008 — edited Jan 10 2008Hi there,
i came through tons of materials and books, and its clear that java uses interfaces to achieve multiple inheritance.
but i do not understand the point, why Virtual base class is not there in Java,and using interfaces how do we achieve that?