Open main menu

CDOT Wiki β

Changes

OOP344 20131 Oopers

15 bytes added, 04:52, 14 February 2013
Coding Guidelines
* 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).
* Each variable , when created, should be written in one line
'''Examples:'''