随笔分类 - PDC
摘要:Where is the cost of software products from? -Effort and time Abstraction Abstraction is a process by which higher concepts are derived from the usage
阅读全文
摘要:Faults and failures Mistake vs. Fault vs. Failure Mistake:A human action that produces an incorrect result Fault: An incorrect step, process or data d
阅读全文
摘要:Reflection: To obtain meta level information about the program structure itself at runtime. To change the program interpretation or meaning at the run
阅读全文
摘要:unit tests def High-level testing vs. low-level testing: High-level: system function testing, acceptance testing, … Low-level: unit testing and integr
阅读全文
摘要:Collection classes Types of collection -Collection -Map ArrayList HashMap Iterator Java Arrays Declaring an array int[] myArray; int[] myArray = new i
阅读全文
摘要:Polymorphism Polymorphism: Means many (poly) shapes (morph) In OO programming, it means the ability of an object to take on many forms It is an import
阅读全文
摘要:Errors An Error is any unexpected result obtained from a program during execution. Unhandled errors may manifest themselves as incorrect results or be
阅读全文
摘要:AWT and Swing Abstract Window Toolkit (AWT): Introduced in Java 1.0 Provides classes and other tools for building programs that have a graphical user
阅读全文
摘要:Creating threads in Java Two things to do to create threads in java: (1) Create a task (object) //Creating a task public class TaskClass implements Ru
阅读全文
摘要:A brief review of Database Database (DB): an organised collection of data Relational DBs (first published by Edgar F. Codd (IBM) in 1970) store data i
阅读全文
摘要:File Overview I/O = Input/Output, here it is input to and output from programs Inputs can be from: Keyboard Files Etc. Output can be: Screen Files Etc
阅读全文
摘要:OOD的流程: 需求分析——>系统/程序设计——>实现这个设计——>测试 Class Design 1. Identify classes for the system. 2. Describe attributes and methods in each class. 3. Establish r
阅读全文
摘要:Programming languages 1)Structured programming SQL 2)Procedural programming c 3)OO programming c++ java Procedural Programming vs OO programing 我自己的感觉
阅读全文

浙公网安备 33010602011771号