文档详情

关于JAVA领域的外文中英文翻译适用于毕业论文外文中英文翻译+中英文对照.doc

发布:2018-02-27约1.61万字共10页下载文档
文本预览下载声明
外文原文(复印件) JAVA 2 Micro Edition and The World of JAVA 1 Introduction The computer revolution of the 1970s increased the demand for sophisticated computer soft ware to take advantage of the ever-increasing capacity of computers to process data. The C programming language became the linchpin that enabled programmers tobuildsoftware that was just as robust as the computer it ran on. As the 1980s approached, programmers were witnessing another spurt in the evolutionof programming language. Computer technology advanced beyond the capabilities of the C programming language. The problem wasn’t new. It occurred previously and caused the demise of generations of programming languages. The problem was thatprograms were becoming too complicated to design, write, and manage to keep up with the capabilities of computers. It was around this time that a design concept based on Simula 67 and Smalltalk (from the late 1960s) movedprogramming to the next evolutionary step. This was the period when object-oriented programming (OOP), and with it a new programming language called C++, took programmers bystorm. In 1979, Bjarne Stroustrup of Bell Laboratories in New Jersey enhanced the Cprogramming language to include object-oriented features. He called the language C++. (The ++ is the incremental operator in the C programming language.) C++ is truly an enhancement of the C programming language, and it began as a preprocessor language that was translated into C syntax before the program was processed by the compiler.Stroustrup built on the concept of a class (taken from Simula 67 and Smalltalk), from which instances of objects are created. A class contains data members and member functions that define an object’s data and functionality. He also introduced the concept of inheritance, which enabled a class to inherit some or alldata members and member functions from one or more other classes—all of which complements the concepts of object-oriented programming.By 1988, ANSI officials standard
显示全部
相似文档