Revision history for KeyPgVisPublic
No Differences
Additions:
Specifies public member access control in a ##[[KeyPgType|Type]]## or ##[[KeyPgClass|Class]]##
[[KeyPgType|Type]] //typename//
name of the ##[[KeyPgType|Type]]## or ##[[KeyPgClass|Class]]##
##**Public:**## indicates that ##//member declarations//## following it have public access. Public members are accessible with any usage of the ##[[KeyPgType|Type]]## or ##[[KeyPgClass|Class]]##.
##//member declarations//## following ##**Public:**## are public until a different access control specifier is given, like ##[[KeyPgVisPrivate|Private:]]## or ##[[KeyPgVisProtected|Protected:]]##
Members in a ##[[KeyPgType|Type]]## declaration are ##**Public:**## by default if no member access control specifier is given.
- Available only in the //[[CompilerOptlang|-lang fb]]// dialect.
- ##[[KeyPgClass|Class]]##
- ##[[KeyPgVisPrivate|Private:]]## (Access Control)
- ##[[KeyPgVisProtected|Protected:]]## (Access Control)
- ##[[KeyPgPublic|Public]]##
- ##[[KeyPgType|Type]]##
[[KeyPgType|Type]] //typename//
name of the ##[[KeyPgType|Type]]## or ##[[KeyPgClass|Class]]##
##**Public:**## indicates that ##//member declarations//## following it have public access. Public members are accessible with any usage of the ##[[KeyPgType|Type]]## or ##[[KeyPgClass|Class]]##.
##//member declarations//## following ##**Public:**## are public until a different access control specifier is given, like ##[[KeyPgVisPrivate|Private:]]## or ##[[KeyPgVisProtected|Protected:]]##
Members in a ##[[KeyPgType|Type]]## declaration are ##**Public:**## by default if no member access control specifier is given.
- Available only in the //[[CompilerOptlang|-lang fb]]// dialect.
- ##[[KeyPgClass|Class]]##
- ##[[KeyPgVisPrivate|Private:]]## (Access Control)
- ##[[KeyPgVisProtected|Protected:]]## (Access Control)
- ##[[KeyPgPublic|Public]]##
- ##[[KeyPgType|Type]]##
Deletions:
[[KeyPgType Type]] //typename//
name of the ##[[KeyPgType Type]]## or ##[[KeyPgClass Class]]##
##**Public:**## indicates that ##//member declarations//## following it have public access. Public members are accessible with any usage of the ##[[KeyPgType Type]]## or ##[[KeyPgClass Class]]##.
##//member declarations//## following ##**Public:**## are public until a different access control specifier is given, like ##[[KeyPgVisPrivate Private:]]## or ##[[KeyPgVisProtected Protected:]]##
Members in a ##[[KeyPgType Type]]## declaration are ##**Public:**## by default if no member access control specifier is given.
- Available only in the //[[CompilerOptlang -lang fb]]// dialect.
- ##[[KeyPgClass Class]]##
- ##[[KeyPgVisPrivate Private:]]## (Access Control)
- ##[[KeyPgVisProtected Protected:]]## (Access Control)
- ##[[KeyPgPublic Public]]##
- ##[[KeyPgType Type]]##
Revision [14468]
Edited on 2009-08-29 21:57:43 by CountingPine [Remove CamelCase links in "New to FreeBASIC"]Additions:
- New to ""FreeBASIC""