Click here to Skip to main content
15,895,084 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: Studying informatics... Pin
Lutosław11-Mar-08 12:23
Lutosław11-Mar-08 12:23 
GeneralRe: Studying informatics... Pin
Megidolaon18-Jun-08 4:14
Megidolaon18-Jun-08 4:14 
JokeRe: Studying informatics... Pin
jhwurmbach12-Mar-08 7:20
jhwurmbach12-Mar-08 7:20 
GeneralRe: Studying informatics... Pin
Lutosław12-Mar-08 13:02
Lutosław12-Mar-08 13:02 
GeneralThe Useful DLL Pin
VentsyV10-Mar-08 7:32
VentsyV10-Mar-08 7:32 
GeneralRe: The Useful DLL Pin
Pete O'Hanlon10-Mar-08 12:24
mvePete O'Hanlon10-Mar-08 12:24 
GeneralRe: The Useful DLL Pin
VentsyV11-Mar-08 8:20
VentsyV11-Mar-08 8:20 
GeneralRe: The Useful DLL Pin
Pete O'Hanlon11-Mar-08 11:52
mvePete O'Hanlon11-Mar-08 11:52 
VentsyV wrote:
ClassNameBase has nothing to do with anything at all.


Actually, it does. It's the constructor that has nothing to do with it.

You could create this with:
ClassNameBase myclass = new ClassNameBase();
ClassName concreteImpl = myClass;
I'm not sure how useful this would be, but it could be done.


Deja View - the feeling that you've seen this post before.

My blog | My articles



GeneralRe: The Useful DLL Pin
leppie12-Mar-08 6:13
leppie12-Mar-08 6:13 
GeneralRe: The Useful DLL Pin
Pete O'Hanlon12-Mar-08 13:02
mvePete O'Hanlon12-Mar-08 13:02 
GeneralRe: The Useful DLL Pin
leppie12-Mar-08 6:09
leppie12-Mar-08 6:09 
GeneralRe: The Useful DLL Pin
Pete O'Hanlon12-Mar-08 12:38
mvePete O'Hanlon12-Mar-08 12:38 
GeneralRe: The Useful DLL Pin
leppie12-Mar-08 19:44
leppie12-Mar-08 19:44 
GeneralRe: The Useful DLL Pin
Pete O'Hanlon12-Mar-08 22:53
mvePete O'Hanlon12-Mar-08 22:53 
GeneralRe: The Useful DLL Pin
VentsyV14-Mar-08 8:36
VentsyV14-Mar-08 8:36 
GeneralRe: The Useful DLL Pin
leppie14-Mar-08 9:29
leppie14-Mar-08 9:29 
GeneralRe: The Useful DLL Pin
PIEBALDconsult16-Mar-08 5:53
mvePIEBALDconsult16-Mar-08 5:53 
GeneralRe: The Useful DLL Pin
leppie16-Mar-08 6:07
leppie16-Mar-08 6:07 
GeneralRe: The Useful DLL Pin
PIEBALDconsult16-Mar-08 7:25
mvePIEBALDconsult16-Mar-08 7:25 
GeneralRe: The Useful DLL Pin
VentsyV19-Mar-08 11:05
VentsyV19-Mar-08 11:05 
GeneralAudible Horror Pin
Philip Laureano8-Mar-08 11:10
Philip Laureano8-Mar-08 11:10 
GeneralRe: Audible Horror Pin
Colin Angus Mackay8-Mar-08 12:36
Colin Angus Mackay8-Mar-08 12:36 
GeneralRe: Audible Horror Pin
Nemanja Trifunovic8-Mar-08 16:49
Nemanja Trifunovic8-Mar-08 16:49 
GeneralRe: Audible Horror Pin
Philip Laureano9-Mar-08 0:20
Philip Laureano9-Mar-08 0:20 
GeneralRe: Audible Horror Pin
Colin Angus Mackay10-Mar-08 0:14
Colin Angus Mackay10-Mar-08 0:14 

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.