【文章內(nèi)容簡(jiǎn)介】
on to Java l To grasp objectoriented concepts 3+6 Explore some of the basic types of data used in a Java program and the use of expressions to perform To understand character strings, concatenation, and escape To grasp the declaration and use of To be familiar with Java primitive data To understand expressions and operator To grasp the syntax and processing of To understand the types of data conversions and the mechanisms foracplishing To know how to create interactive To understand the basic graphic concepts and the techniques for drawing To know the concept of a Java +4 Use the predefined classes in the Java class library that are provided to us to make the process of writing programs To grasp the creation of objects and the use of object reference To be familiar with the services provided by the String To know how the java standard class library is organized into To be familiar with the services provided by the Random and Math To grasp ways to format output using the NumberFormat and DecimalFormat To be familiar with enumerated To understand wrapper classes and the concept of To understand ponents and containers used in graphics user To know a label ponent and the use of +6 We39。ve been using predefined we will learn to write our own classes to define To grasp the structure and content of a class To understand the concept of object state using instance To know the effect of visibility modifiers on methods and To grasp the structure of a method definition, including parameters and return To grasp the structure and purpose of a To grasp the creation of graphical To understand the concepts needed to create an interactive graphical user 5 Conditionals and LoopsChapter 6 OBJECTORIENTED DESIGNChapter 7 ArraysChapter 8 Inheritance l To know some basic GUI ponents and +4 Now we will examine programming statements that allow us to make decisions and repeat processing steps in a To know the flow of control through a To understand Boolean expressions that can be used to make To grasp to perform basic decision making using if and switch To understand issues pertaining to the parison of certain types of To grasp familiarly to execute statements repetitively using while, do, and for To understand the concept of an iterator object and use one to read a text To know how to draw with the aid of conditionals and To know more GUI ponents and +4 Now we can extend our discussion of the design of classes and objects l To know key issues related to the design of objectoriented To techniques for identifying the classes and objects needed in a To understand the relationships among To understand the effect on the static modifier on methods and To grasp the creation of a formal object Further grasp the definition of enumerated type To grasp issues related to the design of methods, including method To know issues related to the design of graphics user interface, includinglayout +3 Arrays are objects that help us organize large amounts of information l Define and use arrays for basic data To know bounds checking and techniques for managing To learn to pare the issues related to arrays as objects and arrays of To grasp the use of mandline To grasp the syntax and use of variablelength parameter To be familiar with the creation and use of multidimensional To be familiar with the ArrayList class and its generic To know more mouse and keyboard +6 Inheritance is a fundamental objectoriented design technique used to create and organize reusable To know the derivation of new classes from existing To understand the concept and purpose of method To grasp the design of class To grasp the issue of visibility as it relates to To have the ability to derive on interface from To grasp objectoriented design in the context of To know the inheritance structure for GUI To explore the creation of listeners by extending adaptor 9 Polymorphism 3+3 Chapter 10 Exceptions 3+3 有關(guān)說明:擬稿(簽名):謝彥麒 Polymorphism is an objectoriented concept that allows us to create versatile software designs l To understand polymorphism and explore its To understand the concept of dynamic T