C ,C++, jave是什麼??

2007-10-26 5:39 am
C ,C++, jave是什麼??
它們有咩用途和優點and缺點???
thank you!!!!!

回答 (3)

2007-10-27 10:45 am
✔ 最佳答案
Hi

They are all very important and powerful languages.

C is a procedural programming languages, which many Operating System components are written in C. It would run on many platforms

C++ and Java are very similar with C. The biggest different is C++ and Java are Object Oriental Language. They are used for GUI programming. C++ wont run as many platforms as C

Java programming language is similar with C++ and C syntax but there is differences. Java Compiler convert the class files into bytecode and use the Java Virtue Machine to read the bytecode. Java is a individual platform, which would run on all platforms once you have install the JVM. Moreover Java doesnt support pointer which is make it much easier to handle. That's mean we do not have to care the pointer manually ourselves anymore. If you have programmed C and C++, you will find out that handling pointer is really pain in the butt.

There are many differences between all 3 languages which is hard to explain in here. All i can say it, Java is the easiest languages to learn out of the other 2. Maybe C# is a good choice to learn too. it is also Object Oriental Language and very similar to C++ and Java. Once you understand either 1 of the Object Oriental Language, it is very easy for you to learn others OOP Languages becuase they are following the same structure, which is encapsulation, inheritance, abstration and polymorphism. The only differences between all OOP Languages is their syntax.
2007-11-11 1:21 am
真係thank you ,,你的回答好好
2007-10-26 10:23 am


收錄日期: 2021-04-24 10:40:33
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20071025000051KK04054

檢視 Wayback Machine 備份