| Delphi .NET (2) Database (71) Delphi IDE (90) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280) |
When is 'protected' useful for a method or member?
(1 votes). Leave comments and/ or rate it.
Question: When should a method be declared protected?Answer: It tells the users of your class that you do not want them to access those properties or methods and that they need to be careful when doing it.Comments:
|