View Single Post
Old 06-17-2004, 10:19 AM   #1 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,489
sde is on a distinguished road
Class / Method Naming Conventions

I am referring to primarily camel case vs pascal case for class names and methods.

I suppose for specifically I am referring to conventions that would be used by Java and c#.

From what I gather, classes which are primarily static in nature begin with a capital.

Classes that are not static, are pascal case.

Same goes for methods? I'm not sure. What is the most common practice for naming classes and methods?
__________________
Mike
sde is offline   Reply With Quote