On Tue, Jul 22, 2008 at 2:31 PM, bart_pengyou <[EMAIL PROTECTED]> wrote:
> I'm quite sure C language has no 'access modifiers' or 'access > specifiers' because the C language is not an Object-oriented > language. 'Access modifiers' and 'access specifiers' are language > implementations of the concept of encapsulation, which is a major > feature in Object-oriented languages --- but not in C. > I suppose you are pertaining to C++, not C. 'static' encapsulates variables to file scope. 'auto' encapsulates variables to block scope... -- PJH 'Two Dead in Baghdad' not 'product-friendly' - Kent Ertugrul, chief executive of Phorm. http://shabbleland.myminicity.com
