Object-Oriented Programming

Asked

Viewed 917 times

0

I’ve been developing projects in Delhi since the Easter season, but my big problem is that I never kept myself very updated on the changes and I always used a procedural language and now I need to learn to code with objects because at the firm I’m working on all the codes use that philosophy.

I am trying to learn but it has been difficult to find good material that explains the object oriented programming aimed at Delphi and also something that does not start by explaining variables, ties and conditions because there are no reasons for this.

Does anyone here know any good indication of book, tutorial or page to indicate me?

  • 3

    Our platform is not good for dealing with list of items. The question is very open. Almost anything posted here could be an answer. We need to have answers that can be chosen for certain. http://meta.pt.stackoverflow.com/questions/507/realquestions-tem-answers

  • 4

    Sorry I hadn’t read that part yet, can let will not happen novamento, Grateful for clarification.

  • 1

    Nice that you want to learn something new. It’s a little hard to find material online for Delphi, really. But like any programming style, the best way to learn is to try (preferably in a controlled environment, not in the code of the system you are working on, hehe). You do some stupid things at first, but then things get messy -- so don’t be discouraged. Object orientation is a language-independent concept, so you could take the opportunity to learn a new language as well: I suggest Python or Ruby. =)

  • 2

    Follow links to python tutorial or ruby tutorial in Portuguese. Good luck in studies.

  • 2

    No problem. We all take time to understand this business so different and so interesting. The price we have to pay to keep to the broad level of knowledge exchange is not to accept anything other than strictly questions and answers.

  • 1

    Material about Object Pascal (another name for Delphi) in English: link. Is that what you wanted? I found googlando by pascal object-oriented.

Show 1 more comment

1 answer

3

I’ll leave the link to a video that I highly recommend. It has C# in the title, but it doesn’t go into language detail, it just explains how the POO works that goes for all languages that use this concept.

http://www.youtube.com/watch?v=h-nrQR7Pgak

Browser other questions tagged

You are not signed in. Login or sign up in order to post.