a) The sub class can have a method with the same name as the super class.
b) A sub class can inherit from only one super class by using the keyword “implements”.
c) In Java, classes can be derived from other classes, in order to create more complex relationships.
d) A sub class cannot have more attributes than its super class.