Question: With Java, what can we do with an abstract class that we CANNOT do with an interface ? a) Abstract classes let us have constants
With Java, what can we do with an abstract class that we CANNOT do with an interface ?
a) Abstract classes let us have constants and interfaces do not b) Abstract classes let us have abstract methods and interfaces do not c) We can have instances of abstract classes, and not of interfaces d) Abstract classes can have non-abstract methods, while interfaces only allow abstract methods
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
