面向对象程序设计教案(英文(编辑修改稿)内容摘要:
hile Loops for Loops break and continue Difficulties: switch Statements while Loops break and continue treatment: Using example to let student learn Compiling Programs. Teaching method bination of teaching in class and review after class。 literature 1. [美 ] amp。 大学教程(第四版) .北京:电子工业出版社, 2020 2. [美 ]John O’ 数据库编程 .北京:电子工业出版社,2020 3. [美 ]Ivor 2 入门经典 .中国电力出版社, 2020 4. [美 ] C. Thomas .北京:电子工业出版社,2020 Homework and requirement This program reads in number of years and loan amount and putes the monthly payment and total payment. The interest rate is determined by number of years. postscript teaching plan Contents ( Titles) Chapter 4: Methods Hour 2 Teaching aims amp。 requirement Teaching aims: Introducing Methods, Declaring Methods, Calling Methods, Passing Parameters, Pass by Value, Overloading Methods, Method Abstraction, The Math Class,Recursion. Teaching requirement: Introducing Methods Declaring Methods Calling Methods Passing Parameters Overloading Methods Method Abstraction The Math Class Emphases, Difficulties amp。 treatment Emphases: Calling Methods Passing Parameters Overloading Methods Method Abstraction Difficulties: Overloading Methods Method Abstraction treatment: Example Overloading the max Method Example Computing Mean and Standard Deviation Teaching method bination of teaching in class and review after class。 literature 1. [美 ] amp。 大学教程(第四版) .北京:电子工业出版社, 2020 2. [美 ]John O’ 数据库编程 .北京:电子工业出版社,2020 3. [美 ]Ivor 2 入门经典 .中国电力出版社, 2020 4. [美 ] C. Thomas .北京:电子工业出版社,2020 Homework and requirement Generate 10 random numbers and pute the mean and standard deviation. The program reads in the month and year and displays the calendar for a given month of the year. postscript teaching plan Contents ( Titles) Chapter 5: Programming with Objects and Classes OO Programming Concepts Declaring and Creating Objects Constructors Modifiers Hour 2 Teaching aims amp。 requirement Teaching aims: OO Programming Concepts Declaring and Creating Objects Constructors Modifiers (public, private and static) Instance and Class Variables and Methods Scope of Variables Teaching requirement: Use the this Keyword Analyze Relationships among Classes Case Studies (Mortgage class and Rational class) The Java API and Core Java classes Processing Strings (String, StringBuffer, and StringTokenizer) Emphases, Difficulties amp。 treatment Emphases: Declaring and Creating Objects Constructors Modifiers Difficulties: Constructors Modifiers treatment: Example Using Objects Example Using Constructors Teaching method bination of teaching in class and review after class。 literature 1. [美 ] amp。 大学教程(第四版) .北京:电子工业出版社, 2020 2. [美 ]John O’ 数据库编程 .北京:电子工业出版社,2020 3. [美 ]Ivor 2 入门经典 .中国电力出版社, 2020 4. [美 ] C. Thomas .北京:电子工业出版社,2020 Homework and requirement Discuss the role of constructors and use them to create objects. postscript teaching plan Contents ( Titles) Chapter 5: Programming with Objects and Classes Scope of Variables Relationships among Classes Class Abstraction Class Design Hour 2 Teaching aims amp。 requirement Teaching aims: The scope of instance and class variables is the entire class. They can be declared anywhere inside a class. Relationships among Classes Teaching requirement: Use the this Keyword Analyze Relationships among Classes Case Studies (Mortgage class and Rational class) The Java API and Core Java classes Processing Strings (String, StringBuffer, and StringTokenizer) Emphases, Difficulties amp。 treatment Emphases: Association Aggregation Inheritance Class Abstraction Class Design Difficulties: Aggregation Inheritance Class Abstraction treatment: Example Borrowing Mortgages Example Using the Rational Class Teaching method bination of teaching in class and review after class。 literature 1. [美 ] amp。 大学教程(第四版) .北京:电子工业出版社, 2020 2. [美 ]John O’ 数据库编程 .北京:电子工业出版社,2020 3. [美 ]Ivor 2 入门经典 .中国电力出版社, 2020 4. [美 ] C. Thomas .北京:电子工业出版社,2020 Homework and requirement Demonstrate the roles of instance and class variables and their uses. This example adds a class variable numOfObjects to track the number of Circle objects created. postscript teaching plan Contents ( Titles) Chapter 6 Class Inheritance Superclasses and Subclasses Overriding methods The Object Class Modifiers Hour 2 Teaching aims amp。 requirement Teaching aims: Superclasses and Subclasses Keywords: super Overriding methods The Object Class Modifiers: protected, final and abstract Teaching requirement: Known Superclasses and Subclasses, maintain Overriding methods. learn The Object Class. Modifiers: protected, final and abstract. Emphases, Difficulties amp。 treatment Emphases: Creating a Subclass Using the Keyword super The protected Modifier The final Modifier The abstract Modifier Difficulties: Using the Keyword super The final Modifier The abstract Modifier treatment: Example Testing Inheritance Example Overriding Methods in the Superclass Teaching method bination of teaching in class and review after class。 literature 1. [美 ] amp。 大学教程(第四版) .北京:电子工业出版社, 2020 2. [美 ]John O’ 数据库编程 .北京:电子工业出版社,2020 3. [美 ]Ivor 2 入门经典 .中国电力出版社, 2020 4. [美 ] C. Thomas .北京。面向对象程序设计教案(英文(编辑修改稿)
相关推荐
共有專任教師 22 人,其中教授 8 人,副教授 13 人,助理教授 1 人。 預計 97 學年度將再增聘 1~ 2 位助理教授以上的專任教師。 22 位專任教師的學歷、專長、以及教授科目彙整於表 在 22 位專任教師中, 17 位擁有博士學位,具有充足的理論訓練。 本系由於學生人數較多,規模較大,因此能聘請 20 多位專任教師,專長涵蓋了一般管理、行銷、人資、財務、作業
OOD表示。 A. 面向对象分析 B. 面向对象设计 C. 面向对象语言 D. 面向对象方法 74. 在一个类的定义中,包含有 成员的定义。 A. 数据 B. 函数 C. 数据和函数 D. 数据或函数 75. 在关键字 public后面定义的成员为类的 成员。 A. 私有 B. 公有 C. 保护 D. 任何 76. 假定 AA为一个类, a为该类公有的数据成员, x为该类的一个对象,则访问
的类的时候。 *将创建对象的职责委托给多个帮助 *类中的某一个,并且 *希望将哪一个帮助子类是代理者这一信息局部化的时候。 参与者 定义工厂方法所创建的对象的接口。 实现 Product 接口。 声明工厂方法,该方法返回一个 Product 类型的对象 * Creator 也可以定义一个工厂方法的缺省实现,它返回一个缺省的ConcreteProduct 对象。 可以调用工厂方法以创建一个
dleddata 10. (4%)Explain fundamental mode and input/output mode.(63) (a) fundamental mode: 必須在所有 inputs、 outputs 以及 internal nodes 都是 stable 的狀態下,environment 才能更改一個 input 的值。 (b) Input/output mode:
且跨度不大,地基经适当处理完全可满足建设要求。 气候条件 10 靖远县位于甘肃中部、白银市的北部和中部,属温带半干旱气候。 年均气温为 ℃,最冷月一月为 ℃,最热七月为 ℃,年均温差 ℃,日照时数长达 小时,年均无霜期 165 天。 年均降水 240mm,蒸发量是降水量的 倍。 土壤条件 项目所在地土壤主要有 沙石土和黄绵土。 地基承载力在 15t/㎡25 t/㎡之间。 本项目单体工程跨度不大
落法管理顶板。 支护选型及支护密度计算 工作面选用 DZ1830/100 型单体液压支柱和 HDJA1000 型铰接顶梁配合使用。 支柱的额定阻力 300kN,最大支撑高度 1800mm,最小支撑高度 1110mm,伸缩行程 690mm,额定工作液压 ,初 撑力 118~ 157kN,泵站压力 15~ 20Mpa,油缸直径 100mm,底座面积 109cm2, 支柱有液时质量 , 无液时