Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×

Comment Re:C# isn't a language... (Score 1) 243

> but you really should try to modern-up your skillset if you code for a living

Modern? Simula67 introduced an implementation of OO with objects, classes and inheritance in... guess what year?

OO should only be one paradigm in the programmer's toolkit; applying it to all problems is unwise. Procedural, OO, AO, DO, functional, logic; they're all equally valid across an unbounded problem space.

Exactly good sir. You don't need to use C++ to implement OO in C. I can easily do OO in regular C thru the use of structs & unions. Not all functions need to utilize get/set member functions and whatnot.

Slashdot Top Deals

Say "twenty-three-skiddoo" to logout.

Working...