educative.io

Which class would have a notification object

Which class would have a notification object


Course: Grokking the Low Level Design Interview Using OOD Principles - Learn Interactively
Lesson: Code for the Movie Ticket Booking System

Hello @Sahil_Siddiqui,

In the Movie Ticket Booking System, the Booking class would have a notification object. The Notification class is an abstract class representing notifications, and it is used within the Booking class to handle notifications related to a booking.

Happy Learning :slight_smile: