In Object oriented programming, IS-A relationship denotes --one object is type of another--. IS-A relation denotes Inheritance methodology. In
Java, Inheritance can be implemented with extends (in case of class) and implements(in case of interface) keywords.Feb 28, 2014
read more >>