Tagged Questions

16
votes
13answers
2k views

What is the difference between procedural programming and functional programming?

I've read the Wikipedia articles for both procedural programming and functional programming, but I'm still slightly confused. Could someone boil it down to the core?
12
votes
3answers
243 views

Difference between Declarative and Procedural Programming ?

Hi everyone, During one of my interviews, they asked me the difference between those two (Declarative Programming and Procedural Programming) programming type and the problem is I …
2
votes
3answers
146 views

simple explanation PHP OOP vs Procedural?

Hi, I would like to learn PHP and want to get an Idea about OOP and Procedural. I read some other blogs and tutorials about OOP vs Procedural but I still can't understand the appr …
18
votes
15answers
2k views

What’s the difference between a procedural program and an object oriented program?

I'm fairly new to programming but I've been reading some interesting discussions on StackOverflow about various programming approaches. I'm still not 100% clear on what the differe …
1
vote
5answers
260 views

Class usage in Python

I write a lot of scripts in Python to analyze and plot experimental data as well as write simple simulations to test how theories fit the data. The scripts tend to be very procedu …
0
votes
9answers
98 views

windows programming without a OOP language

Which language ( that is not oop ) should I consider using for writing gui windows apps ? I guess the obvious answers are visual basic and C , but am wondering if I should look i …
0
votes
2answers
164 views

Converting Procedural PHP to OOP PHP

Hi, is there any easy way to convert Procedural PHP to OOP PHP. I've a web application, and currently, only the login system is in OOP. Thanks :)
2
votes
5answers
128 views

How do I handle combinations of behaviours?

I am considering the problem of validating real numbers of various formats, because this is very similar to a problem I am facing in design. Real numbers may come in different com …
0
votes
3answers
98 views

At what point does LINQ become too terse?

At what point does LINQ become too terse and procedural techniques resorted to?
8
votes
18answers
2k views

Does procedural programming have any advantages over OOP?

[Edit:] Earlier I asked this as a perhaps poorly-framed question about when to use OOP versus when to use procedural programming - some responses implied I was asking for help unde …
1
vote
5answers
303 views

Do high-level programming languages tend to be object-oriented while low-level languages are procedurally oriented?

I'm just getting a bit confused about all the language types out there. What's the difference - if there is one - between the high level / low level languages distinction compared …
12
votes
10answers
780 views

Struggling with C coming from Object Oriented land?

When I am presented with programming problems, I naturally start breaking them up into logical objects in my head. Who has what responsibility, who owns what, who derives from wha …
1
vote
2answers
129 views

Information on L-Systems

Hey Stack Overflow folks, I am about to start a project for university to build a procedural city for a pre existing project. I was wondering if any of you have had any experience …
6
votes
10answers
538 views

Are side effects a good thing?

I feel the term rather pejorative. Hence, I am flabbergasted by the two sentences in Wikipedia: Imperative programming is known for employing side effects to make programs …
2
votes
9answers
388 views

Looking for example program written in different languages

As a way to understand the differences between OOP and Procedural languages I was looking for a sample program written in C and C++ or C# or Java. I just want to see the different …

1 2 next
15 30 50 per page