Monday, April 26, 2010

Camel Case

Camel Case
it starts with the small letter and for every word it is Caps first letter

public string aaaAaa
private int intNumber


Pascal Case
Also everything that is public should always start with Caps letter
and everything that is private should always start with small letter

No comments:

Post a Comment