Hello Myatham,
Open collector or open drain means that the output have only one transistor to ground and can therefor only pull an output to a low level. This allows you also to "wired-or" outputs(four in your case) together. If you have 3-state output you can use the enable output(with a low on the input) to function like an open collector output. If not you could use a push-pull output with a diode in series to allow only that a low level is given after the diode. This however adds the forward voltage of the diode to the low level. You may search also for "NPN/PNP/PP outputs" to research deeper into options.
Enjoy your design work!