Bloomberg LP Interview Question Software Engineer / Developers
0of 0 voteswhat is polymorphism
Polimorphysm is the OO capability of overloading a method between a base class and multiple derived classes, declaring the methind in the base class as virtual.
creating objects of the derived classes on the heap (via new) and assigning them to ptr of the base class, when calling one overloaded method the one of the correct derived class it will be called. This is basic example of abstraction.
Anyway.. this is not a stupid question. I've been asked by Bloomberg.

Sorry for being rude but this forum is not for discussion such type of questions. you can simply google to find answers..
- ibnipun10 on July 31, 2010 Edit | Flag Reply