Lost Password?


home | tags | Search | Feed
orjan's Blog
orjan Description:
I'll write about whatever comes to mind, mostly about computers and programming issues.

Procedural Programming vs Object Oriented Programming

Posted by: orjan in ProgrammingObject Oriented ProgrammingDesign Patterns on

Just giving a few thaugts on this subject, sitting up and can't sleep, 3:37am...

To start with, I mainly code PHP, just to let you get a feeling on what I'm talking about in some ways.

I know the basics in OOP, that's not a problem. I've written a few classes here and there, when I have found it useful. The problem I have is that in most cases, I find the OOP less useful than procedural programming

Statistics

Members Today: 258
Members Online: 5
Users Online: 75
Total Users: 19,415
Total Threads: 11,265
Total Posts: 111,034
Newest Member: chettski

Tutorials

Text Speecher.
Hello CodeCall .. Today i'm gonna show you how to make Text Speecher i think you understand ... something that you write ,click SPEECH and there will speech that what you write .. The Program i...


ArrayList - Simple version !
Hey guys, today I thought I could show you guys what you can do with ArrayList, java's own build in Array+List :>, the ArrayList is in general slower than normal Arrays if used in larger codes and sca...


Determinants Value
This is a very simple tutorial that shows how to create a simple program in VB6 to calculate the value of a determinant. First - Create 3 new forms. On form1 put a combo box and change its text ...