English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

what can all these do?

2006-12-24 20:34:09 · 6 answers · asked by stanng 1 in Computers & Internet Programming & Design

6 answers

C is a 2nd generation language procedural in nature
C ++ is an extension of C also procedural in nature
Java and VB are 4th generation languages used for the web
C and C++ are primarily used in UNIX/LINUX/Open Source applications
Java and VB are proprietary though used extensively due to their easy user interface friendly ide and are "object oriented" that is once a variable is defined it can be used to shape data accordingly simply by referring back to the original object without redefining it

2006-12-24 20:52:58 · answer #1 · answered by Phillip 4 · 0 0

first c, c++, and visual basic require a compiler in order to make and use the programs you write. Java is an open source, web browsers compile it right before displaying it.

they are all fairly easy to learn, c++ and java are the most common of the four.

2006-12-24 20:44:06 · answer #2 · answered by all unknowing 2 · 0 1

C is the first highly structured language.It was found by Denis Ritchie.It is procedure oriented.But in recent years new technology came called object oriented.So developers implimented it in C & came with new language called C++.C++ is partially object oriented.Sun microsystem developed Java which is truely object oriented.VB is more diffrent than all of them.
It has GUI approch.It is event driven i.e. works in response to user event like mouse click.

2006-12-24 21:11:42 · answer #3 · answered by vaibhav p 1 · 0 1

The syntax is the same no matter what language you are programming for.

2016-05-23 05:22:50 · answer #4 · answered by Anonymous · 0 0

They are all different software. The website says it all better than I ever can.

2006-12-24 20:39:51 · answer #5 · answered by QuiteNewHere 7 · 0 1

http://theopensourcery.com/vbjava2.htm

Try this link.. it will help ;)

2006-12-24 20:42:08 · answer #6 · answered by Anonymous · 0 1

fedest.com, questions and answers