answersLogoWhite

0

A language based on functions rather than objects. You code to perform a series of tasks usually sequentially to achieve an objective, rather than code objects that relate to each other.

Generally less flexible and harder to maintain.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Is the java is procedural language?

Java is an Object Oriented language not a procedural language


Is C programming procedural or object oriented?

C is a weakly typed procedural programming language. For object oriented programming languages near C, you can look at ooc ( http://ooc-lang.org/ ), C++, D, and Java.


Why 4gl is called non procedural language?

because it is non-procedural language, in this language object oriented languages are use to develop software application.


Is java example of a procedural programming language?

No.Its purely object oriented programming language


Is c object oriented or object based?

C is a procedural programming language.


Why do you require a object in java but not in C?

Because Java is an object-oriented language and C is a procedural language.


Is windows XP a procedural language or object oriented?

Windows XP is an operating system, not a programming language.


Which type of language c plus plus is?

It's an imperative, procedural and Object-Oriented programming language.


Is procedural oriented language ane platform oriented language same?

No. They are sort of like comparing apples and oranges. Procedural programming languages are coded and executed in step-by-step fashion, while platform oriented language (I can only think of Assembly or Machine code Instruction, Object-C maybe) is created for a certain platform (Palm, iPhone, Android, Mac, Windows, may be abstract like the world wide web!!) A platform oriented language may not be procedural. It may not be imperative. It could be functional or object oriented


What is the purpose of a procedural programming?

A procedural language is a programming language in which everything is processed in the order it appears to the computer. A computer programming language that follows, in order, a set of commands. In contrast, an object-oriented language is a language in which everything is processed depending on what happens in the program -- user input, errors, or other events. PHP is both a procedural and object-oriented language, depending on the way it is used


What kind of language is C programming?

C is a general purpose, procedure oriented (procedural) programming language developed by Dennis Ritchie in 1972.


Vbnet is which type of language Service Oriented Architecture Programming Language Object Oriented Programming Language Procedural Oriental Programming Language?

Visual Basic .NET (VB .NET) is an OOP, an Object-Oriented Programming Language. It's paradigm is both OOP and Event-Driven, but that's beside the point.