<br><br><div class="gmail_quote">On 6 November 2011 14:43, Jonas Maebe <span dir="ltr"><<a href="mailto:jonas.maebe@elis.ugent.be">jonas.maebe@elis.ugent.be</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im"><br>
On 06 Nov 2011, at 15:34, Frank Church wrote:<br>
<br>
> What is the difference between field declarations at the beginning of a<br>
> class and those declared in the public section?<br>
<br>
</div>There is no "the" public section. You can declare as many public (and private, and ...) sections as you want.<br>
<div class="im"><br>
> They are all visible aren't they, what is the conceptual difference between<br>
> them?<br>
<br>
</div>None. The default visibility of fields in a class declaration is "public".<br>
<br>
<br>
Jonas<br>
<br>
_______________________________________________<br>
fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a><br>
<a href="http://lists.freepascal.org/mailman/listinfo/fpc-pascal" target="_blank">http://lists.freepascal.org/mailman/listinfo/fpc-pascal</a><br>
</blockquote></div><br>So it means that unless a field or method is in the private or protected section it is automatically public?<br clear="all"><br>-- <br>Frank Church<br><br>=======================<br><a href="http://devblog.brahmancreations.com">http://devblog.brahmancreations.com</a><br>