Posts Tagged ‘object oriented’

OOP Naming Conventions

Object Oriented ProgrammingWhen programming object-oriented programming (OOP) a standard naming scheme for classes, objects, variables, and methods is important. Here are two naming schemes I know of (I generally use the second one): (more…)