Computer Science - Object Oriented Programming Using C++ - Discussion
|
|
|
|
Read more:"Everything should be made as simple as possible, but not simpler."
- Albert Einstein
|
| 23. |
The feature in object-oriented programming that allows the same operation to be carried out differently, depending on the object, is_____ |
| [A]. |
inheritance | [B]. |
polymorphism | | [C]. |
overfunctioning | [D]. |
overriding |
Answer: Option A
Explanation:
No answer description available for this question.
|
|
Ali said:
(Fri, Jun 3, 2011 09:16:35 AM)
|
|
| |
| The main objective of polymorphism is use one function in different forms. |
|
|