28.06.2007, 17:00 | #1 |
Участник
|
axaptapedia: Polymorphism
Источник: http://www.axaptapedia.com/Polymorphism
============== Summary: New page: Polymorphism is a core concept in OO and goes hand in hand with [[:inheritance]]. You can use an object from typ of a subclass always like an object from type of a superclass. By example i... Polymorphism is a core concept in OO and goes hand in hand with [[:inheritance]]. You can use an object from typ of a subclass always like an object from type of a superclass. By example if you create a class that extends RunBaseBatch you can use it always like a RunBaseBatch Object class MyBatch extends RunBaseBatch { ... } RunBaseBatch batch = new MyBatch(); batch.run(); Источник: http://www.axaptapedia.com/Polymorphism
__________________
Расскажите о новых и интересных блогах по Microsoft Dynamics, напишите личное сообщение администратору. |
|
|
Похожие темы | ||||
Тема | Ответов | |||
axcoder: PowerShell + Ax | 1 | |||
axaptapedia: Load Web Documents | 1 | |||
axaptapedia: OOP | 0 | |||
axcoder: AxPath is supported by axaptapedia | 0 |
|