Practice Questions
Practice Questions
● Derive classes Book, Magazine, and DVD from it with their specific properties.
● Extend this class into Car, Bike, and Bus, each overriding bookRide() to show
specific booking logic.
● Use polymorphism for booking logic and abstraction for payment method.