| Snaprecruit.com

| Snaprecruit.com

Interview question based on skill :

Take as many assements as you can to improve your validate your skill rating

Total Questions: 5

1. Which among the following best describes polymorphism?

Correct Answer is : It is the ability for a message/data to be processed in more than one form

2. What do you call the languages that support classes but not polymorphism?

Correct Answer is : Object-based language

3. Which among the following is the language which supports classes but not polymorphism?

Correct Answer is : Ada

4. If same message is passed to objects of several different classes and all of those can respond in a different way, what is this feature called?

Correct Answer is : Polymorphism

5. Which type of function among the following shows polymorphism?

Correct Answer is : Virtual function