A With polymorphism and dynamic binding, an object can:
B A. Invoke operation of different names on the same objects.
C B. Invoke operations of different names on different objects.
C. Invoke an operation of the same name on the same object.
D. Invoke an operation of the same name on different objects.
Ext 4