DEV Community

Cover image for Difference between Service and Service Provider
Ahmed Nagi
Ahmed Nagi

Posted on

Difference between Service and Service Provider

This an Interview Question

Image description

๐Ÿ‘ทโ€โ™€๏ธ Service: A class that you pass data to and get something in return or ask to do some work.

โšก Provider: A class used to bootstrap the service, i.e. prepare it, read some config or bind an implementation.

Code example ๐Ÿ‘‡

Code example

Top comments (2)

Collapse
ย 
alphaolomi profile image
Alpha Olomi โ€ข

Nice explanation , i love the example

Collapse
ย 
nagi profile image
Ahmed Nagi โ€ข

Thanks buddy, hope you liked it!