Changes

Jump to: navigation, search

OOP344 20131 Oopers

12 bytes added, 04:26, 14 February 2013
Coding Guidelines
'''3)''' Variable Names:
* Private instance var - '''_dataExample ''' - starts with underscore, first word is in lowercase, first letter of second word is uppercase (rest of characters are lowercase), etc.* Public functions - '''GetData() ''' - first letter of each word in function name is uppercase (rest of characters are lowercase).
'''4)'''

Navigation menu