⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 prog_languages.html

📁 Data Structure Ebook
💻 HTML
字号:
<HTML><HEAD>
<TITLE>Data Structures and Algorithms: Programming Language Capabilities</TITLE>

<META name="description" content="Data Structures and Algorithms Course Notes,
PLDS210 University of Western Australia">
<META name="keywords" content="data structures,algorithms,abstract data types,
computer science,course notes,
programming languages">
</HEAD>
<BODY BGCOLOR="#ffffff">
<TABLE BGCOLOR="#00c0f0" WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
<TR BGCOLOR="#00f0f0"><TD ALIGN=right>


<FONT FACE=helvetica SIZE=+1><B>Data Structures and Algorithms</B></FONT></TD></TR>


<TR><TD><FONT FACE=helvetica SIZE=+2><B>2.7 Programming Languages</B></FONT></TD></TR>

</TABLE>
<P>
This section contains some notes on capabilities of programming
languages.
The first sub-section discusses the ability to pass a 
function as an argument to another function -
an important capability which enables us to create
flexible generic ADTs in ANSI C.
The remaining sub-sections give brief overviews of the
object-oriented capabilities of C++, Java and Ada -
three of the more important programming languages.
<UL>
<LI><A HREF="C_functions.html" tppabs="http://www.ee.uwa.edu.au/~plsd210/ds/C_functions.html">Functions as data types in C</A>
<LI><A HREF="notyet.html" tppabs="http://www.ee.uwa.edu.au/~plsd210/ds/notyet.html">C++ classes</A>
<LI><A HREF="notyet.html" tppabs="http://www.ee.uwa.edu.au/~plsd210/ds/notyet.html">Java classes</A>
<LI><A HREF="ada_adt.html" tppabs="http://www.ee.uwa.edu.au/~plsd210/ds/ada_adt.html">ADTs in Ada</A>
</UL>

<P>

<TABLE CELLPADDING=5 WIDTH="100%" BGCOLOR="#00f0f0" CELLSPACING=0>
<TR><TD>
Continue on to <A HREF="arrays.html" tppabs="http://www.ee.uwa.edu.au/~plsd210/ds/arrays.html">Arrays</A><BR>
Back to the <A HREF="ds_ToC.html" tppabs="http://www.ee.uwa.edu.au/~plsd210/ds/ds_ToC.html">Table of Contents</A>
</TD></TR></TABLE>
<SMALL>
&copy; <A HREF=mailto:morris@ee.uwa.edu.au>John Morris</A>, 1998
</SMALL>
</BODY>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -