2

Hi everyone! In your opinion what's the best place/resource to start learning OOP? And what application would you recommend? C# or C++?

I'm already into building websites so this is the next step for me. Thanks!

Comments
  • 3
    C++ for websites? Good luck!
  • 2
    Learn the language first.
    If you want problems to solve use https://projecteuler.net/archives

    OOP is one design principles out of many, but having a grasp of application programming will help.
  • 3
    Learn FP instead and be an elitist 😆
  • 5
    C# or java. I vouch for java - everything is an object :)
  • 2
    I'd definitely recommend c# or java, they're quite similar
  • 0
    You could also give PHP a try. It has oop too and is very common for developing homepages. Not to forget that it is perfect for working with http stuff and databases.
  • 0
    I went from web, to python, to java, to flutter, to JS frameworks, etc. Try a little bit of everything!
  • 0
    C# and C++ are languages, working applications might be your job. What is your target system and problem(s) you are trying to solve?
Add Comment