Click here to Skip to main content
15,891,136 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: i don't like object oriented programming Pin
kalberts30-Jul-19 14:11
kalberts30-Jul-19 14:11 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch30-Jul-19 14:17
mvahoney the codewitch30-Jul-19 14:17 
GeneralRe: i don't like object oriented programming Pin
Super Lloyd30-Jul-19 16:25
Super Lloyd30-Jul-19 16:25 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch30-Jul-19 16:30
mvahoney the codewitch30-Jul-19 16:30 
GeneralRe: i don't like object oriented programming Pin
Super Lloyd30-Jul-19 16:38
Super Lloyd30-Jul-19 16:38 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch30-Jul-19 16:40
mvahoney the codewitch30-Jul-19 16:40 
GeneralRe: i don't like object oriented programming Pin
Super Lloyd30-Jul-19 16:53
Super Lloyd30-Jul-19 16:53 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch30-Jul-19 17:03
mvahoney the codewitch30-Jul-19 17:03 
Actually I have only two classes, with

C#
class FA<TInput,TAccept> {
}


and

C#
class CharFA<TAccept> : FA<char,TAccept> {
}


Most of the time, the second class delegates to the first.

Sometimes it has to overload what the base does. Sometimes it changes the function signature or "overloads" a static method so i have to use the "new" keyword.
When I was growin' up, I was the smartest kid I knew. Maybe that was just because I didn't know that many kids. All I know is now I feel the opposite.

GeneralRe: i don't like object oriented programming Pin
honey the codewitch30-Jul-19 17:07
mvahoney the codewitch30-Jul-19 17:07 
GeneralRe: i don't like object oriented programming Pin
Super Lloyd30-Jul-19 17:23
Super Lloyd30-Jul-19 17:23 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch30-Jul-19 17:25
mvahoney the codewitch30-Jul-19 17:25 
GeneralRe: i don't like object oriented programming Pin
Super Lloyd30-Jul-19 17:34
Super Lloyd30-Jul-19 17:34 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch30-Jul-19 17:34
mvahoney the codewitch30-Jul-19 17:34 
GeneralRe: i don't like object oriented programming Pin
Super Lloyd30-Jul-19 18:07
Super Lloyd30-Jul-19 18:07 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch31-Jul-19 1:29
mvahoney the codewitch31-Jul-19 1:29 
GeneralRe: i don't like object oriented programming Pin
Super Lloyd31-Jul-19 2:05
Super Lloyd31-Jul-19 2:05 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch31-Jul-19 2:17
mvahoney the codewitch31-Jul-19 2:17 
GeneralRe: i don't like object oriented programming Pin
Super Lloyd31-Jul-19 3:13
Super Lloyd31-Jul-19 3:13 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch31-Jul-19 3:16
mvahoney the codewitch31-Jul-19 3:16 
GeneralRe: i don't like object oriented programming Pin
Super Lloyd31-Jul-19 3:30
Super Lloyd31-Jul-19 3:30 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch31-Jul-19 3:35
mvahoney the codewitch31-Jul-19 3:35 
GeneralRe: i don't like object oriented programming Pin
Super Lloyd31-Jul-19 5:05
Super Lloyd31-Jul-19 5:05 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch31-Jul-19 5:11
mvahoney the codewitch31-Jul-19 5:11 
GeneralRe: i don't like object oriented programming Pin
Super Lloyd31-Jul-19 5:12
Super Lloyd31-Jul-19 5:12 
GeneralRe: i don't like object oriented programming Pin
honey the codewitch31-Jul-19 5:14
mvahoney the codewitch31-Jul-19 5: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.