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

Скажите пожайлуста, для чего служат   Найти похожие ветки 

 
New   (2004-10-12 15:49) [0]

Скажите пожайлуста, для чего служат такие строки в программе и функции объявленые в ней
private
protected
public


 
begin...end ©   (2004-10-12 15:51) [1]

A private member is invisible outside of the unit or program where its class is declared. In other words, a private method cannot be called from another module, and a private field or property cannot be read or written to from another module. By placing related class declarations in the same module, you can give the classes access to one another"s private members without making those members more widely accessible.

A protected member is visible anywhere in the module where its class is declared and from any descendant class, regardless of the module where the descendant class appears. A protected method can be called, and a protected field or property read or written to, from the definition of any method belonging to a class that descends from the one where the protected member is declared. Members that are intended for use only in the implementation of derived classes are usually protected.

A public member is visible wherever its class can be referenced.


 
New   (2004-10-12 15:53) [2]

А по-русски?



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

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



Память: 0.45 MB
Время: 0.025 c
6-1092814132
Sergey Vorobyev
2004-08-18 11:28
2004.10.24
Как настроить шлюз?


14-1096630008
Delirium
2004-10-01 15:26
2004.10.24
Читаем подпись под фотографией


6-1092436581
Jetus
2004-08-14 02:36
2004.10.24
Проверить, есть ли соединение с Интернет в данный момент


1-1097003167
VasRog
2004-10-05 23:06
2004.10.24
Задержка без использования TTimer


1-1097336378
TRyaSS
2004-10-09 19:39
2004.10.24
логорифм по основанию n




   Наверх