The components of a c program
-
A technique for developing a program in which the solution is expressed in terms of objects -- self- contained entities composed of data and operations on that data. Programmer thinks about and defines the attributes and behavior of objects. Often the objects are modeled after real-world entities. Very different approach than function-based programming (like C).
68p huanltgc00061 05-05-2013 60 3 Download
-
Developed by Sun Microsystems (James Gosling) A general-purpose object-oriented language Based on C/C++ Designed for easy Web/Internet applications Widespread acceptance Simple fixes some clumsy features of C++ no pointers automatic garbage collection rich pre-defined class library Object oriented focus on the data (objects) and methods manipulating the data all functions are associated with objects almost all data types are objects (files, strings, etc.) potentially better code organization and reuse...
14p huanltgc00061 05-05-2013 72 3 Download
-
With its ever-expanding installed base, C continues to be one of the most popular programming languages on the market. This fact, along with the Teach Yourself series' reputation as the most popular way to learn programming languages, guarantee that Teach Yourself C in 21 Days, Fourth Edition is clearly headed for the bestseller lists.
355p eldonguyen 19-08-2010 252 47 Download