Can you write Java code for declaration of multiple inheritance in
Java ?
Class C extends A implements B:i think this is can be done using multiple implementation bcs java donoit support multiple inheritence. :Class A extends B implements C,D,E,F,................. Category:Java Interview Questions
No comments:
Post a Comment