Lost Password?


home | tags | Search | Feed
Tag >> Design Patterns

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

Object Oriented Design The Singleton

Posted by: John in ProgrammingPHPObject Oriented ProgrammingDesign Patterns on

One of the many annoyances of programming is a variables scope. Generally variables can be declared within the global namespace or the local namespace. When working with methods and classes global variables appear to be a good idea, however overuse of the global namespace can cause variables to clash, it also undermines encapsulation. Moreover, a class which depends on a global variable is

Statistics

Members Today: 246
Members Online: 3
Users Online: 91
Total Users: 19,392
Total Threads: 11,264
Total Posts: 111,000
Newest Member: embarmMulp

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 ...