New() and create()

It depends on if you want to use the Factory mechanism, both new() and create() will request memory and finish basic initialization for a specific object, however create() will gave you a object which probably pointed to a derived class.