August 25, 2022 at 3:16 PM
There are many books and resources about Pascal out there, but too many of themtalk about the old Pascal, without classes, units or generics.
So I wrote this quick introduction to what I call modern Object Pascal. Most of theprogrammers using it don't really call it "modern Object Pascal", we just call it "ourPascal". But when introducing the language, I feel it's important to emphasize that it'sa modern, object-oriented language. It evolved a lot since the old (Turbo) Pascal thatmany people learned in schools long time ago. Feature-wise, it's quite similar to C++ or Java or C#.
Read or Download https://drive.google.com/file/d/1wDEi2nDcvjtwxVQG5QZVE8TTY0ZnjIFH
So I wrote this quick introduction to what I call modern Object Pascal. Most of theprogrammers using it don't really call it "modern Object Pascal", we just call it "ourPascal". But when introducing the language, I feel it's important to emphasize that it'sa modern, object-oriented language. It evolved a lot since the old (Turbo) Pascal thatmany people learned in schools long time ago. Feature-wise, it's quite similar to C++ or Java or C#.
Read or Download https://drive.google.com/file/d/1wDEi2nDcvjtwxVQG5QZVE8TTY0ZnjIFH
