A singleton is a class of which there is only one instance. The class ensures that there only one instance is created and it provides a way to access that instance.