Differences between version 7 and previous revision of JavaAndC++.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 7 | Last edited on Wednesday, November 19, 2003 6:31:38 pm | by AristotlePagaltzis | Revert |
Older page: | version 6 | Last edited on Monday, August 25, 2003 11:37:38 am | by StuartYeates | Revert |
@@ -1,5 +1,5 @@
-[Java] and [C++] are similar languages both encouraging users to develop using the ObjectOriented approach to software development
. [C++] is better suited to tailoring a program to the specifics of a particular environment whereas [Java] stresses portability and promotes approaches more suited to largescale application development.
+[Java] and [C++] are similar languages both encouraging users to develop employ ObjectOrientation
. [C++] is better suited to tailoring a program to the specifics of a particular environment whereas [Java] stresses portability and promotes approaches more suited to largescale application development.
Therefore [C++] is more and more being used for smaller applications targeting a specific environment where splitsecond timing and the amount of space used are critical. [Java] is used mostly for largescale applications which are able to run in many different environments and where extensibility and longterm maintainability are critical.
!!! [C++] features: