On Feb 26, 1:05 pm, Christopher <cp...@austin.r r.comwrote:
On Feb 26, 2:52 pm, sthabilemkhwan. ..@gmail.com wrote:
>
I want someone who can give me the advantages and disadvantages of C+
+, Visual Basic, COBOL, HTML.
>
Thank you
>
I know a guy named Google who can probably tell you what each is used
for, popularity, comparisons, and many more things.
The advantages and disadvantages is that they all a high level
language, and they are structure. C++ was developed from C. If you
know C you can probably do C++. Cobol language use English as a
language to process the informations, you can easily debug the program
and correct it. Disadvantages is that Cobol unlike other language do
not use plenty of integers for computation to solve complicated
problems 'Object Oriented Language' is mainly for business, Got it?.
On Feb 26, 1:05 pm, Christopher <cp...@austin.r r.comwrote:
>On Feb 26, 2:52 pm, sthabilemkhwan. ..@gmail.com wrote:
>>
>>I want someone who can give me the advantages and disadvantages of C+
>>+, Visual Basic, COBOL, HTML.
>>Thank you
>I know a guy named Google who can probably tell you what each is used
>for, popularity, comparisons, and many more things.
>
>
>
The advantages and disadvantages is that they all a high level
language, and they are structure.
While C++, Visual Basic and COBOL are programming language, HTML is a
description language (its goal is to structure the content of a file).
C++ was developed from C. If you
know C you can probably do C++.
Unfortunately, a lot of people seems to think so.
Cobol language use English as a
language to process the informations, you can easily debug the program
and correct it. Disadvantages is that Cobol unlike other language do
not use plenty of integers for computation to solve complicated
problems 'Object Oriented Language' is mainly for business, Got it?.
COBOL (COmmon Business Oriented Language) was extensively used for
banking and accounting systems; I think that qualifies it as a language
fit for buiness; moreover COBOL 2002 supports OOP.
To the OP. Turn to google to see the differences between the programming
languages: they should be nearly the same as between an apple, an egg
and a bar of chocolate: you can eat all of them but they are not the same.
Comment