answersLogoWhite

0

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

User Avatar

Wiki User

15y 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.


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 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


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


Which type of language c plus plus is?

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


What is the similarities of procedural and object-oriented?

There is none =)


Why is C not an object oriented language?

The simple answer is it was never intended nor designed to be an object-oriented language. It was primarily intended to replace assembler language, hence its procedural nature. Unlike assembler, which is machine-specific, C is a generic, cross-platform language.


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.


What does object oriented and procedural mean in programming language?

procedure oriented means program will be execte in step by step procedure,when comes to object oriented means every thin can be represents the object a step[ step procedure doesnot follow