Can you have multiple constructors? I'm getting a "Redefinition of 'initialize'" error

Can you have multiple constructors? I'm getting a "Redefinition of 'initialize'" error when trying you use multiple initialization methods. For example, I'm trying to use the following:

function initialize() { }

And then following:

function initialize(themeNumber as Number) { }

Thanks.