The Bridge pattern is used to separate the interface of class from its implementation. It also is designed to separate class interface from its implementation, so that we can get an implementation without changing the client code. We have applied this to our COVID19.py we divided the main interface of the file from the class.
The Bridge pattern is used to separate the interface of class from its implementation. It also is designed to separate class interface from its implementation, so that we can get an implementation without changing the client code. We have applied this to our COVID19.py we divided the main interface of the file from the class.