[ООП] Полиморфизм
От: Аноним  
Дата: 21.02.11 19:24
Оценка:
Помогите, пожалуйста, определиться с выражениями, которые отображают сущность полиморфизма.


  1. Polymorphism is a process by which a class can exist in multiple forms
  2. Polymorphism is a process by which a class can exist in only two forms
  3. Polymorphism is a process by which objects of a reference type can display different behavior
  4. Polymorphism is a process by which different instances of the same class display different behavior
  5. Polymorphism allows old code in a class library to call new code written by a programmer that derives a class from a class in the class library
Как мне кажется, верными будут 3-й (перегрузка методов) и 5-й (virtual методы) ответы. Как вы считаете?
 
Подождите ...
Wait...
Пока на собственное сообщение не было ответов, его можно удалить.