1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. Welcome to Lake Valor!
    Catch, train, and evolve Pokémon while you explore our community. Make friends, and grow your collection.

    Login or Sign Up

Proceedural Vs Object Orientated

Discussion in 'The Lounge' started by Reckless, Apr 26, 2015.

Thread Status:
Not open for further replies.
  1. Reckless

    Reckless Won't take the easy road

    Joined:
    Jan 11, 2013
    Posts:
    2,113
    PokéPoints:
    ₽666.6
    Whether it be scripting in PHP, or making some kind of program in C++, there are at least two big approaches you can take to making an application. You can either go down the tiresome route of procedural programming, where your application is told to do a thing in a sequence. Alternatively, there is the OO route, where you have the choice if implementing classes and hierarchy, using inheritance to reduce repetition.

    Which approach do you favor?

    I like using both, depending on the language. I like to use procedural PHP, but I'd go with OO programming all the way for something like C#, Java or C++ because it's way easier to organise and look at stuff at a glance.
     
    Stop hovering to collapse... Click to collapse... Hover to expand... Click to expand...
Thread Status:
Not open for further replies.

Share This Page