正在加载图片...
underlying details of machine language. (3)A Java compiler translates Java source code into Java bytecode,a lowlevel,architecture-neutral representation of the program. (4)Many different development environments exist to help you create and modify Java programs. (5)Syntax rules dictate the form of a program.Semantics dictate the meaning of the program statements. (6)The programmer is responsible for the accuracy and reliability of a program. (7)A Java program must be syntactically correct or the compiler will not produce bytecode. 3.问题与应用(能力要求) 学会使用命令行模式和IDE方式编译执行程序。 第五节Object--Oriented Programming 1.主要内容 (1)Problem Solving (2)Object-Oriented Software Principles 2.基本概念和知识点 (1)Obiect-oriented programming helps us solve problems.which is the purpose of writing a program. (2)Program design involves breaking a solution down into manageable pieces. (3)Each object has a state,defined by its attributes,and a set of behaviors,defined by its methods (4)A class is a blueprint of an object.Multiple objects can be created from one class definition 3.问题与应用(能力要求) 无 融入点:面向对象思想来源于哲学思想,在讲解过程中引入习近平新时 代哲学观。 (三)思考与实践 联系程序设计课程中C语言的特点,对比Java的特点。 能够用Java语言编写入门的简单程序。 (四)教学方法与手段 4 underlying details of machine language. (3) A Java compiler translates Java source code into Java bytecode, a lowlevel,architecture-neutral representation of the program. (4) Many different development environments exist to help you create and modify Java programs. (5) Syntax rules dictate the form of a program. Semantics dictate the meaning of the program statements. (6) The programmer is responsible for the accuracy and reliability of a program. (7) A Java program must be syntactically correct or the compiler will not produce bytecode. 3.问题与应用(能力要求) 学会使用命令行模式和 IDE 方式编译执行程序。 第五节 Object-Oriented Programming 1.主要内容 (1) Problem Solving (2) Object-Oriented Software Principles 2.基本概念和知识点 (1) Object-oriented programming helps us solve problems, which is the purpose of writing a program. (2) Program design involves breaking a solution down into manageable pieces. (3) Each object has a state, defined by its attributes, and a set of behaviors, defined by its methods. (4) A class is a blueprint of an object. Multiple objects can be created from one class definition. 3.问题与应用(能力要求) 无 融入点:面向对象思想来源于哲学思想,在讲解过程中引入习近平新时 代哲学观。 (三)思考与实践 联系程序设计课程中 C 语言的特点,对比 Java 的特点。 能够用 Java 语言编写入门的简单程序。 (四)教学方法与手段
<<向上翻页向下翻页>>
©2008-现在 cucdc.com 高等教育资讯网 版权所有