United Falcon Clan
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Programming languages

Go down

Programming languages Empty Programming languages

Post  Guest Mon Nov 02, 2009 10:21 am

There are two main types of languages, "Structured Programming Languages" and "Object Orientated Programming Languages".

The structured ones are based on sequentions (1,2,3,4,...) and iterations etc.

Object Orientated Programming means that you have several objects and you are going to make code (methods etc.) for them in an apart class. When executed, the program will run the class of a specific object when the object is used (clicked,... etc.).

C# and C++ are named as Object Orientated Programming Languages, but they also contain structures as the Structured Programming Languages.

For the rest of the programming forum I will go further with C Sharp (C#) as that one is the most common to me.

C Sharp is a mix between C (and C++) and Java (NOT Javascript, that's a webpage-script language). They just took out the best functions of both C and Java and they put it back together in one, better, language.

Guest
Guest


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum