Click here to Skip to main content
15,881,380 members

The Weird and The Wonderful

   

The Weird and The Wonderful forum is a place to post Coding Horrors, Worst Practices, and the occasional flash of brilliance.

We all come across code that simply boggles the mind. Lazy kludges, embarrassing mistakes, horrid workarounds and developers just not quite getting it. And then somedays we come across - or write - the truly sublime.

Post your Best, your worst, and your most interesting. But please - no programming questions . This forum is purely for amusement and discussions on code snippets. All actual programming questions will be removed.

 
GeneralRe: What is an Object Pin
DaveAuld14-Nov-13 9:00
professionalDaveAuld14-Nov-13 9:00 
GeneralRe: What is an Object Pin
michaelbarb14-Nov-13 9:16
michaelbarb14-Nov-13 9:16 
GeneralRe: What is an Object Pin
Joan M14-Nov-13 9:10
professionalJoan M14-Nov-13 9:10 
GeneralRe: What is an Object Pin
Richard Deeming14-Nov-13 9:17
mveRichard Deeming14-Nov-13 9:17 
GeneralRe: What is an Object Pin
Freak3014-Nov-13 22:02
Freak3014-Nov-13 22:02 
GeneralRe: What is an Object Pin
Pualee14-Nov-13 11:02
Pualee14-Nov-13 11:02 
GeneralRe: What is an Object Pin
michaelbarb14-Nov-13 12:57
michaelbarb14-Nov-13 12:57 
GeneralRe: What is an Object Pin
_Maxxx_14-Nov-13 14:03
professional_Maxxx_14-Nov-13 14:03 
My 2c

A class defines the properties of some object.
An instance is a single individual instance of a class.

So you talk about a customer object, meaning any instance of the customer class.

Or you talk about a particular customer instance.
MVVM # - I did it My Way
___________________________________________
Man, you're a god. - walterhevedeich 26/05/2011

.\\axxx
(That's an 'M')

GeneralRe: What is an Object Pin
michaelbarb14-Nov-13 14:24
michaelbarb14-Nov-13 14:24 
GeneralRe: What is an Object Pin
Ron Beyer14-Nov-13 15:39
professionalRon Beyer14-Nov-13 15:39 
GeneralRe: What is an Object Pin
_Maxxx_14-Nov-13 16:38
professional_Maxxx_14-Nov-13 16:38 
GeneralRe: What is an Object Pin
PIEBALDconsult15-Nov-13 7:50
mvePIEBALDconsult15-Nov-13 7:50 
GeneralRe: What is an Object Pin
Member 1008817116-Nov-13 11:12
Member 1008817116-Nov-13 11:12 
GeneralRe: What is an Object Pin
michaelbarb16-Nov-13 14:25
michaelbarb16-Nov-13 14:25 
GeneralRe: What is an Object Pin
Member 1008817116-Nov-13 14:38
Member 1008817116-Nov-13 14:38 
GeneralRe: What is an Object Pin
michaelbarb16-Nov-13 15:32
michaelbarb16-Nov-13 15:32 
GeneralRe: What is an Object Pin
0bx17-Nov-13 2:46
0bx17-Nov-13 2:46 
GeneralRe: What is an Object Pin
irneb5-Mar-14 23:36
irneb5-Mar-14 23:36 
GeneralRe: What is an Object Pin
Marc Clifton17-Nov-13 4:51
mvaMarc Clifton17-Nov-13 4:51 
GeneralRe: What is an Object Pin
Member 1008817117-Nov-13 18:31
Member 1008817117-Nov-13 18:31 
GeneralRe: What is an Object Pin
Marc Clifton18-Nov-13 2:49
mvaMarc Clifton18-Nov-13 2:49 
GeneralRe: What is an Object Pin
Member 1008817118-Nov-13 6:26
Member 1008817118-Nov-13 6:26 
GeneralRe: What is an Object Pin
robocodeboy18-Nov-13 23:36
robocodeboy18-Nov-13 23:36 
GeneralRe: What is an Object Pin
Rob Grainger28-Nov-13 22:39
Rob Grainger28-Nov-13 22:39 
GeneralRe: What is an Object Pin
robocodeboy2-Dec-13 0:53
robocodeboy2-Dec-13 0:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.