What are the rules of this statement?
final public class Banana {}
a) The class Banana cannot be subclassed
b) The class Banana cannot be instantiated
c) Both a and b
d) None of the above