ple Choices
(Choose 1 answer)
✔A
An application for a fast food chain models each user with a class. Any user can apply a 5% off coupon code when ordering a meal above $10 (represented by a class labelled User), however users that pay a monthly fee can also apply a 10% off coupon code when ordering any menu item from the store and are represented by a subclass of User labeled special User. Is this an example of inheritance?
A. Yes
B. No
Q: 26