On Tue, Jul 22, 2008 at 8:15 AM, Akash Makhija <[EMAIL PROTECTED]> wrote:
> My Question is > what are Access Modifiers in C? > It is totally different from Access Specifier(which is Public, Private, > Protected) that is used in C++. I think you'll find the terms 'access modifier' and 'access specifier' mean the same thing (they are used to control access to methods and data members in a class in C++, Java, C#, etc). C has no such concept. Unless you are talking about something completely different and are using the incorrect terminology. The fact you cannot find anything on the topic in Google should tell you something (I searched also, and got lots of hits for C++, Java and C#) -- Brett ------------------------------------------------------------ "In the rhythm of music a secret is hidden; If I were to divulge it, it would overturn the world." -- Jelaleddin Rumi
