Abhinaw TripathiJun 22, 20161 min readMultiple Inheritance and Callbacks using InterfacesMultiple Inheritance using Interfaces We know that in multiple inheritance ,sub classes are derived from multiple super classes.If two...
Abhinaw TripathiJun 21, 20163 min readInterface Example JavaWhat is an Interface? Ans: An Interface is a specification of method prototypes.All the methods of the interface are public and...