|
A good answer might be:Yes. You might wonder that it does not extend a base class, but it does. If no other class is extended, Object is the base class. SmallClass extends Object and implements InterfaceA. | ||||||||||||
Example ProblemLet us create a database program for a store. The store sells:
Here is what the concept Taxable will look like:
| ||||||||||||
QUESTION 5:(Design question: ) Decide on an implementation for each concept:
|