answersLogoWhite

0


Best Answer

Unlike C++, Pascal is a "safe" language. While it is possible to write incorrect programs, they can't harm more than themselves; they can't get a pointer into some other concurrently executing program and start changing values over there.

If you're considering Pascal, take a long hard look at Python or Ruby first. They are modern safe languages, suitable for teaching, which enjoy better support on modern systems than Pascal. They are also freely available.

User Avatar

Wiki User

16y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

16y ago

In the original, none; Pascal's thing was structured programming, which was the death knell for Basic's spaghetti code. Object oriented features were added later: Turbo Pascal. Much the same as c morphed into c++.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the object features of pascal programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What kind of written language did Delphi use?

Delphi used a programming language called Object Pascal for its written language. Object Pascal is an extension of the Pascal language that includes object-oriented programming features.


Is pascal a good programming language?

Yes, it is. Its features have made it popular.


When was the pascal programming language first publish?

1970 by Niklaus Wirth Object Pascal came out in 1985.


Is pascal high level language?

The original Pascal programming language was designed by Niklaus Wirth between 1968 and 1969, published in 1970. Object Pascal was developed in 1985 by Larry Tessler, in consultation with Wirth.


Who developed pascal programming?

The original Pascal programming language was designed by Niklaus Wirth between 1968 and 1969, published in 1970. Object Pascal was developed in 1985 by Larry Tessler, in consultation with Wirth.


Code for creating pascal's triangle in C programming language?

code for creating pascal's triangle in C programming language?


Features of pascal programming langguage?

Ease in learning and being structured has made Pascal popular. Its features include the following; supports object oriented programming, has error checking mechanism, code intensive, and supports arrays, files, records and sets.


What is a sentence for pascal?

Pascal is a very interesting language to learn. Pascal is actually a computer programming language.


Example of procedural programming language and object oriented programming language?

example of procedural programming are those programming language that have structure e.g basic,fortran,c++,c and pascal e.t.c


Is PASCAL a programming language?

Yes


What is purpose of pascal?

The Pascal language is used just like any other programming language. In the 70's and 80's, Pascal and Basic were the most common languages taught for beginning programming classes. Pascal is the foundation of the popular Delphi programming language as well as part of the Oxygene language for .NET. Pascal language is easier to read and is not case sensitive, which can add to difficulty in learning programming. It's also easier to debug.


What is the programming language named after Blaise pascal's and who wrote it?

Pascal is the name of the language developed by Nicholas Wirth