View Full Version : Access Specifiers, Modifiers and Qualifiers
sunil.thaha
8th March 2006, 10:17
Access Specifers, Modifiers and Qualifiers
What r these....
dublet
8th March 2006, 10:59
I suggest you point your browser to www.bruceeckel.com to download his book Thinking in C++ Volume 1 and then read it. It's free of charge.
sunil.thaha
8th March 2006, 12:53
Well I know That
Access Specifiers : public, protected, private
Access Modifiers : const, volatile, transient
What r the Qualifiers : :confused::confused::confused::confused:
wysota
8th March 2006, 12:57
http://cs.stmarys.ca/~porter/csc/ref/java_access.html
This concerns java, but is easily "translable" to c++.
sunil.thaha
8th March 2006, 13:07
Is access specifiers and Qualifiers just the Same :confused::confused::confused:
Powered by vBulletin® Version 4.2.5 Copyright © 2023 vBulletin Solutions Inc. All rights reserved.