Вниз
Скачать: CL | DM;

ООП в Delphi   Найти похожие ветки 

 
_SnAke_ ©   (2002-01-22 00:31) [0]

Есть два вопроса:
1 - Чем отличаются директивы virtual и dynamic
2 - Чем отличаются default и nodefault свойства


 
Mbo ©   (2002-01-22 07:04) [1]

найди статьи Трепалина ( на compress.ru, interface.ru и еще где-то в сети), там довольно толково


 
Digitman ©   (2002-01-22 09:03) [2]

Это - Delphi HELP :

1.
"Virtual versus dynamic

Virtual and dynamic methods are semantically equivalent. They differ only in the implementation of method-call dispatching at runtime. Virtual methods optimize for speed, while dynamic methods optimize for code size.

In general, virtual methods are the most efficient way to implement polymorphic behavior. Dynamic methods are useful when a base class declares many overridable methods which are inherited by many descendant classes in an application, but only occasionally overridden.
"

2.
"If a class has a default property, you can access that property with the abbreviation object[index], which is equivalent to object.property[index]. For example, given the declaration above, StringArray.Strings[7] can be abbreviated to StringArray[7]. A class can have only one default property"


 
Digitman ©   (2002-01-22 09:05) [3]

Или еще и перевести тебе ?



Страницы: 1 вся ветка

Скачать: CL | DM;



Память: 0.45 MB
Время: 0.017 c
1-18817
СергейС
2002-01-25 13:52
2002.02.07
Ну очень общий вопрос!!


7-19008
Poroh
2001-10-24 02:57
2002.02.07
Подскажите, пожалуйста, как перехватить сообщение о том, что программа выполнила недопустимую операцию и будет закрыта.


1-18862
Лана Розанова
2002-01-22 14:51
2002.02.07
Про Это.


1-18809
Муть
2002-01-24 11:54
2002.02.07
TRichEdit и горячие клавиши


1-18827
Philip
2002-01-25 00:50
2002.02.07
Не работает Debugger в делфи




   Наверх