Monday, January 26, 2009

For David, Vocabulary for AOIT.

Project: a series of documents related to each other that are grouped into one file and define a program.

Solution Explorer Window: solutions, a set of code files and other resources, are arranged hierarchically and the explorer window is used to browse these files.

IDE: a software application that that provides comprehensive facilities to computer programmers for software development, usually includes a source-code editor, a compiler, build automation tools, and a debugger.

Source File: Usually called source code, a source file is a collection of statements in any human-readable computer programming language.

System programmers: Unlike application programmers, system programmers program software that provide services to computer hardware instead of human operators.

Solution: a set of code files and other resources that are used to build an application.

Properties: a type of class member in object-oriented programming.

Program Programmers: programmers who use a program which is a language that is used to write source code which is then converted into binary by a compiler.

Polymorphism: The object oriented feature that allows the same instruction to be carried out differently depending on the object.

Inheritance: refers to the fact that you can create one class from another class.

No comments:

Post a Comment