搜索资源列表
decoratorPat
- java 结构模式,装饰模式,不断增加类的功能,而不使用继承,包括例子。-java model, decorative patterns, the growing category of functional without the use of inheritance, including examples.
4102327
- Java语言是一个简单的、面向对象的、分布的、解释(执行)的、健壮的、安全的、独立于平台的、可移植的、可扩展的、高性能的、多线程的以及动态的程序设计语言。Java是由C++发展而来的,它是一种彻底的纯面向对象的程序设计语言。面向对象的语言四大特点:1.封装 2.继承 3.多态 4.动态。面向对象技术较好地适应了当今软件开发过程中新出现的种种传统面向过程语言所不能处理的问题。面向对象技术的核心是以更接近于人类思维的方式建立计算机逻辑模型,它利用类和对象的机制将数据与其上的操作封装在一起,并通过统
l25
- 自己定义的表格,继承AbstractTableModel类,实现自己的表格,文件MyTableDemo.java-own definition of the form, inheritance AbstractTableModel class and realize their forms, documents MyTableDemo.java
abstractproduct_0_2.tar
- abstractproduct.h is C++ template-based library providing reflective object creation mechanism (similar to Java s Class.forName("ClassNameHere").newInstance()). It does so by static initialization of meta-classes and factory objects reflecting your o
Java
- 掌握两种实现多线程的方法:继承Thread类和实现Runnable接口。以供初学者学习这两种方法-Learn two ways to implement multithreading: the Thread class inheritance and implement the Runnable interface. For beginners to learn the two methods
comondity
- 主要用java编写定义一个商品类,在此基础上定义了一个食品类和服装子类,利用java的继承和多态性-Definition of a commodity is mainly written in java, defined on the basis of a food and clothing subclass using java inheritance and polymorphism
Bank
- JAVA语言编写 银行问题 主要用于训练继承和多态 -The JAVA language bank problem is mainly used for training inheritance and polymorphism
Experiment-III
- 大学Java课程实验三,要求学会使用继承接口与多态。-Java course experiment three universities require learn to use interface inheritance and polymorphism.
BankAccount
- 银行账户存取款业务(java实验),信用卡账户类,储蓄卡账户类,模拟银行类,客户端类,涉及知识点:继承、多态、对象类型转换。-Bank account deposit and withdrawal services (java experiment), the credit card account type, savings card account type, analog banking clients, those involving knowledge: inheritance, po
Code
- 课程作业,实现多媒体类的继承,C++部分实现server,java部分通过socket连接,实现简单的指令交换。需要在Linux环境运行,有makefile文件和Doxygen生成文件。-Course work, inheritance multimedia class, C++ partial implementation server, java part through the socket connection, simple instructions exchange. Need to
deaonstration-the-Java
- java的继承机制的演示,有关swing 界面的继承机制的实现-Java inheritance mechanism of demonstration, the swing of the interface inheritance mechanism
ShootGame_day03
- 达内Java课程实战项目,可以让你很好的理解面向对象编程,核心就是封装、继承、多态(The Java of course actual project, can give you a good understanding of object-oriented programming, the core is encapsulation, inheritance and polymorphism)
C#108注册新用户 源代码
- C#是微软公司发布的一种面向对象的、运行于.NET Framework之上的高级程序设计语言。并定于在微软职业开发者论坛(PDC)上登台亮相。C#是微软公司研究员Anders Hejlsberg的最新成果。C#看起来与Java有着惊人的相似;它包括了诸如单一继承、接口、与Java几乎同样的语法和编译成中间代码再运行的过程。但是C#与Java有着明显的不同,它借鉴了Delphi的一个特点,与COM(组件对象模型)是直接集成的,而且它是微软公司 .NET windows网络框架的主角。(C# is
