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

📄 summary5.html

📁 the teacher resource code about the secority
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Tutorial 5 Summary</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body background="../figs/whitgran_y.jpg" vlink="#CC0099" alink="#CC0066">
<p><strong><font color="#990000">Society - object programming with fun</font></strong></p>
<p>In many textbooks objects are explained using &quot;boring&quot; objects like 
  &quot;boxes&quot; or &quot;points&quot;. They well demonstrate some object structure 
  but do not demonstrate behaviour. Or very complex custom objects are used like 
  &quot;MouseMotionListenerAndMouseListenerManagerAdapter&quot; or &quot;CanvasUndoRedoShapeEditorChangesTracker&quot; 
  that confuse students. They often can not understand how objects reference each 
  other and how these references are created, how one object can be a part of 
  another object, etc.</p>
<p>The tutorial presented here is not really a tutorial in a common meaning. The 
  aim of two programs presented here is to demonstrate object behaviour and cross-references 
  between objects. We have two basic classes - Person and Society. In our testing 
  programs we create some scenarios where Person objects interact with each other 
  and a Society. The usage of &quot;natural&quot; objects makes it easier for 
  students to understand OOP concepts. One program <font color="#000000">uses</font> 
  images and sounds and tells a story. So, the story is... <font color="#3333FF"><em><br>"<strong><font color="#FF0000" size="+1">O</font></strong>nce 
  upon a time, in a one Society far, far away ..."</em></font></p>
</body>
</html>

⌨️ 快捷键说明

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