An overloaded constructor is a feature in object-oriented programming that allows multiple constructors to be defined within a class with different parameter lists. Each constructor performs a specific initialization task when creating an instance of the class.