Welcome![Sign In][Sign Up]
Location:
Search - Polymorphism.java

Search list

[JSP/Javadrawing

Description: 编写求解几何图形(如直线、三角形,矩型,圆,多边型)的周长、面积的应用程序,要求尽可能多的用到面向对象技术的特点,如继承,多态,封装,抽象类,接口,内部类,包等技术。写出算法。-prepared to solve geometric shapes (such as linear, triangular, rectangular, round, the multilateral type) of the perimeter, the area of application procedures, requirements as much as possible the use of object-oriented technology features, such as inheritance, polymorphism, packaging, abstract category, interface, internal categories, such as packet technology. Write algorithm.
Platform: | Size: 2048 | Author: 里中学 | Hits:

[JSPJava_Programe_Thought(2rd_Edition)

Description: java编程思想第二版,由Bruce Eckel著,内容包括对象入门、一切都是对象、控制程序流程、初始化和清除、隐藏实现、复用类、多态、接口和内部类,等等。-java programming thinking the second version, with Bruce Eckel, including targeted portal, All are targets, controlling program flow, initialize and remove hidden realized, reuse category, polymorphism, interface and internal categories, and so on.
Platform: | Size: 2860032 | Author: xujian | Hits:

[JSP/JavaPolymorphism

Description: Polymorphism算法设计,虽然简单了点但是适合初学者使用-Polymorphism algorithm design, although simple point suitable for beginners to use but
Platform: | Size: 13312 | Author: 莫文緣 | Hits:

[JSPjava

Description: java课件ppt,包括继承多态,java语言基础等,另外有复习要点-java courseware ppt, including inheritance polymorphism, java language basis, and a further review of the main points
Platform: | Size: 808960 | Author: 123 | Hits:

[JSP/JavagernralSort

Description: 继承和多态 实验目的: 1、 掌握继承和多态的概念与实现方法 2、 掌握如何从已有的类中派生子类并继承父类 3、 掌握方法的覆盖和重载 实验内容: 设计一个通用的排序算法,作为验证,自定义学生类、矩形类,可以利用该排序算法对学生按照ID以及Name进行排序;对矩形按照面积排序。 -Inheritance and polymorphism of the experiment was: 1, inheritance and polymorphism to master the concept and realization method 2, how to have the class from the derived subclass and inherit the parent category 3, to master methods of experimental heavy-duty coverage and content: the design of a common sorting algorithm, as verified, since the definition of student-type, rectangular type, you can use the sorting algorithm to students in accordance with the ID and Name sort of rectangular area in accordance with the order.
Platform: | Size: 66560 | Author: ruohana | Hits:

[assembly languagepolymorphism

Description: 用java画圆 用这个程序可以实现自动画图。-Using java drawcircle This procedure can be used for automatic drawing.
Platform: | Size: 4096 | Author: 杭利平 | Hits:

[JSP/Javapolymorphism

Description: this my self made polymorphism codes
Platform: | Size: 9216 | Author: Pramod | Hits:

[JSP/JavaJAVA

Description: Java实验报告,Java类的继承性与多态性,Java例子-Java Experimental Report, Java class inheritance and polymorphism, Java example
Platform: | Size: 46080 | Author: 曙光 | Hits:

[JSP/JavaEmployee

Description: 一个简单的java小程序,以此来描述什么是java中的多态和继承关系-A simple java applet in order to describe what is polymorphism in java and inheritance relations
Platform: | Size: 7168 | Author: w | Hits:

[JSP/JavaJava

Description: 课件及源码Java:第1章 Java概述.ppt;第4章 继承性和多态性.ppt:-Courseware and Source Java: Chapter 1 Java overview. Ppt Chapter 4 inheritance and polymorphism. Ppt:
Platform: | Size: 4244480 | Author: 黄贤弟 | Hits:

[JSP/JavaPolymorphism.java

Description: 请设计 3 个类 , 分别是学生类 Student, 本科生类 Undergaduate, 研究生类 Postgraduate, 其中 Student 类是一个抽象类 , 它包含一些基本的学生信息如姓名、所学课程、课程成绩等 , 而 Undergraduate 类和 Postgraduate 都是 Student 类的子类 , 它们之间的主要差别是计算课程成绩等级的方法有所不同 , 研究生的标准要比本科生的标准高一些-Polymorphism.java
Platform: | Size: 1024 | Author: 晨曦 | Hits:

[JSP/Javathinking-in-java.4-edition

Description: 本书赢得了全球程序员的广泛赞誉,即使是最晦涩的概念,在Bruce Eckel的文字亲和力和小而直接的编程示例面前也会化解于无形。从Java的基础语法到最高级特性(深入的面向对象概念、多线程、自动项目构建、单元测试和调试等),本书都能逐步指导你轻松掌握。 从本书获得的各项大奖以及来自世界各地的读者评论中,不难看出这是一本经典之作。本书的作者拥有多年教学经验,对C、C++以及Java语言都有独到、深入的见解,以通俗易懂及小而直接的示例解释了一个个晦涩抽象的概念。本书共22章,包括操作符、控制执行流程、访问权限控制、复用类、多态、接口、通过异常处理错误、字符串、泛型、数组、容器深入研究、Java I/O系统、枚举类型、并发以及图形化用户界面等内容。这些丰富的内容,包含了Java语言基础语法以及高级特性,适合各个层次的Java程序员阅读,同时也是高等院校讲授面向对象程序设计语言以及Java语言的绝佳教材和参考书。 -This book won wide acclaim from the world of programmers, even the most obscure concept in Bruce Eckel s text affinity and small and direct programming examples will be resolved before the trace. The basic syntax from Java to the most advanced features (in-depth object-oriented concepts, multithreading, automatic project build, unit testing and debugging, etc.), this book can guide you step by step easy to master. The awards received from the book and comments from readers around the world, it is easy to see this is a classic. Of the book has many years of teaching experience, C, C++ and Java language has unique, in-depth insights to small and easy to understand and explain an example of a direct one obscure abstract concept. A total of 22 book chapters, including the operator, control of processes, access control, reuse classes, polymorphism, interfaces, exception handling error by, strings, generics, array, containers, in-depth study, Java I/O system enumerated type, concurrency, a
Platform: | Size: 2021376 | Author: 阿习 | Hits:

[JSPTsinghua-JAVA-Tutorials

Description: 。课程主要包括下列内容:   ■ Java语言的发展及相关技术的介绍,Java技术和平台在网络计算及电子商务中的应用介绍;   ■ Java语言的基础知识:Java语言的主要特点,设计思想,Java虚拟机,垃圾回收机制,安全性的保证机制;   ■ Java语言的基本语法规范,包括标识符、关键字、数据类型、表达式和流控制,程序基本结构;   ■ 面向对象技术的基本特点,Java语言的面向对象特性,类和对象的概念,封装性、继承性、多态性,Java语言的特殊属性;Java程序的例外处理机制和方法;   ■ Java语言的输入/输出处理机制和方法,常用的输入/输出方法,输入/输出处理的应用; -. Main courses include the following: ■ Java language development and related technologies introduction, Java technology, and platform in network computing and e-commerce to the application ■ Java language basics: Java language' s main features, design ideas, Java Virtual machine, garbage collection mechanism, safety assurance mechanism ■ Java language' s basic syntax specification, including identifiers, keywords, data types, expressions, and flow control, the basic structure of the program ■ the basic characteristics of object-oriented technology, Java language object-oriented features, the concept of classes and objects, encapsulation, inheritance, polymorphism, Java language' s special attributes Java program' s exception handling mechanism and methodology ■ Java language input/output processing mechanisms and methods, commonly used input/output methods, input/output processing applications
Platform: | Size: 5738496 | Author: ping | Hits:

[JSPpolymorphism

Description: \Java编程思想第四版书的源代码\第8章多态polymorphism-\ Java programming ideas fourth edition of the book' s source code \ Chapter 8 polymorphic polymorphism
Platform: | Size: 12288 | Author: lcx | Hits:

[JSPJava

Description: 《Java从入门到精通》是人民邮电出版社于 2010年出版的图书,由国家863中部软孵化器主编。以零基础讲解为宗旨,深入浅出地讲解Java的各项技术及实战技能。本从初学者角度出发,通过通俗易懂的语言、丰富多彩的实例,详细介绍了使用Java语进行程序开发应该掌握的各方面技术。全书共分28章,包括:初识Java,熟悉Eclipse发工具,Java 语言基础,流程控制,字符串,数组,类和对象,包装类,数字处理类,接口、继承与多态,类的高级特性,异常处理,Swing程序设计,集合类,I/O输入出反射,枚举类型与泛型,多线程,网络通信,数据库操作,Swing表格组件,Swing树件,Swing其他高级组件,高级布局管理器,高级事件处理,AWT绘图与音频播放(To zero basis for the purpose of explanation, in layman's terms to explain Java's technical and practical skills. This book from a beginner's point of view, through the easy to understand language, colorful examples, detailing the use of Javalanguage for program development, should grasp all aspects of technology. The bookis divided into 28 chapters, including: the first Java, familiar with Eclipse developmenttools, Java language based on process control, strings, arrays, classes and objects,packaging, digital processing class, interface, inheritance and polymorphism, advanced features, like exception handling, Swing program design, collection, input and output of I/O, reflection, enumeration types and generic, multi thread, network communication, database operation, Swing table component, Swing tree components, Swing other advanced components, advanced layout manager, senior event handling,)
Platform: | Size: 7254016 | Author: 相扑 | Hits:

[Otherjava

Description: Color类、Blue类、Red类和Green类的基础上, 使用运行多态的原理, 为Blue、Red和Green类设计Fill和Draw方法。(Based on the Color class, the Blue class, the Red class, and the Green class, the Fill and Draw methods are designed for Blue, Red, and Green classes using the principle of running polymorphism.)
Platform: | Size: 783360 | Author: JIEJIEB | Hits:

[JSP]JAVA编程思想[第四版]

Description: 本书共22章,包括操作符、控制执行流程、访问权限控制、复用类、多态、接口、通过异常处理错误、字符串、泛型、数组、容器深入研究、JavaI/O系统、枚举类型、并发以及图形化用户界面等内容。(The book has 22 chapters, including operators, control and execution process, access control, reuse, polymorphism, interface, through exception handling errors, strings, arrays, and generic container research, JavaI/O system, enumeration types, concurrency and graphical user interface.)
Platform: | Size: 2127872 | Author: 哈喽哈11 | Hits:

[JSP/JavaJava编程思想(第4版)

Description: 《java编程思想》是埃克尔著的一本教科类书籍。该书的作者拥有多年教学经验,对C、C++以及Java语言都有独到、深入的见解,以通俗易懂及小而直接的示例解释了一个个晦涩抽象的概念。该书共22章,包括操作符、控制执行流程、访问权限控制、复用类、多态、接口、通过异常处理错误、字符串、泛型、数组、容器深入研究、JavaI/O系统、枚举类型、并发以及图形化用户界面等内容。("Java programming ideas" is a textbook with eccher books. The author of the book has many years of teaching experience, and has a unique and in-depth view of C, C++ and Java language, and explains a number of obscure abstract concepts in a straightforward and straightforward example. The book consists of 22 chapters, including operators, control and execution process, access control, reuse, polymorphism, interface, through exception handling errors, strings, arrays, and generic container research, JavaI/O system, enumeration types, concurrency and graphical user interface.)
Platform: | Size: 89435136 | Author: 风~ | Hits:

[JSPJava编程思想(第五版)

Description: 从本书获得的各项大奖以及来自世界各地的读者评论中,不难看出这是一本经典之作。本书共22章,包括操作符、控制执行流程、访问权限控制、复用类、多态、接口、通过异常处理错误、字符串、泛型、数组、容器深入研究、JavaI/O系统、枚举类型、并发以及图形化用户界面等内容。这些丰富的内容,包含了Java语言基础语法以及高级特性,适合各个层次的Java程序员阅读,同时也是高等院校讲授面向对象程序设计语言以及Java语言的绝佳教材和参考书。(It is not difficult to see that this is a classic from the award of this book and from the readers' comments from all over the world. The book has 22 chapters, including operators, control and execution process, access control, reuse, polymorphism, interface, through exception handling errors, strings, arrays, and generic container research, JavaI/O system, enumeration types, concurrency and graphical user interface. These rich contents, including the basic grammar and advanced features of Java language, are suitable for all levels of Java programmers to read. They are also excellent textbooks and reference books for teaching object-oriented programming languages and Java languages in Colleges and universities.)
Platform: | Size: 2126848 | Author: 白影 | Hits:

[JSP/JavaJava编程思想(《Thinking In Java》中文版)

Description: 从本书获得的各项大奖以及来自世界各地的读者评论中,不难看出这是一本经典之作。本书共22章,包括操作符、控制执行流程、访问权限控制、复用类、多态、接口、通过异常处理错误、字符串、泛型、数组、容器深入研究、JavaI/O系统、枚举类型、并发以及图形化用户界面等内容。(It is easy to see that this book is a classic from the awards and the readers' comments from all over the world. This book consists of 22 chapters, including operator, control execution flow, access control control, reuse class, polymorphism, interface, exception handling error, string, generics, array, container in-depth study, JavaI/O system, enumeration type, concurrency, and graphical user interface.)
Platform: | Size: 2042880 | Author: yzh195 | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net