Object Pascal
Object Pascal is a programming language created in 1986. Object Pascal refers to a branch of object-oriented derivatives of Pascal, mostly known as the primary programming language of Embarcadero Delphi.. Read more on Wikipedia...
34Years Old | 20Users | ?Jobs |
- Object Pascal ranks in the top 25% of languages
- the Object Pascal wikipedia page
- Object Pascal first appeared in 1986
- file extensions for Object Pascal include p, pp and pas
- See also: x86-isa, arm, free-pascal, powerpc, sparc, mips, oxygene, java, javascript, turbo-pascal, pascal, simula, smalltalk, csharp, genie, nim, ios, linux, freebsd, solaris, ecmascript, morfik, visual-studio-editor, android, delphi
- Have a question about Object Pascal not answered here? Email me and let me know how I can help.
Example code from Wikipedia:
type THelloWorld = class procedure Put; begin PrintLn('Hello, World!'); end end; var HelloWorld := THelloWorld.Create; HelloWorld.Put;
Last updated August 9th, 2020