搜索资源列表
Justin20090531
- 在VS2005.NET C#框架下,使用抽象工厂模式开发一个基于三层结构的数据库应用程序的登录部分,麻雀虽小,五脏俱全: 1程序运行后的主窗口有两个文本框和一个按钮,文本框分别用来输入用户名和密码,其中密码显示为*。按钮的文本是“登录”,功能是通过查询数据库判断当前用户名和密码是否正确,如果正确弹出“登录成功”对话框;如果失败弹出“登录失败”对话框。 2使用OOP的三层结构来实现。 3应用抽象工厂模式,使得该程序可以访问SQL数据库也可以访问ACCESS数据库,访问不同的数据库通过修
vb.net
- 使用了面向对象的思想,先使用Rose进行建模,在此基础上进行程序设计,使用VB.NET-It explore OOP,in the meantime,using rose 2003 to finish the UML.the platform is .net and language is vb.net
GEOMETRIC
- This describe how to use OOP concept.-This is describe how to use OOP concept.
Dotnet-Codings
- This describe OOP concept in coding-This is describe OOP concept in coding
Files08---OOP-Part-1
- In this program discusses the topics Object Oriented Programming (OOP), namely: Class, Object, Access Modifier, Class Member, Encapsulation, Constructor, Object Initializer, and Inheritance.
Files09---OOP-Part-2
- In this program discusses the topics Object Oriented Programming (OOP), namely: Polymorphism, keywords Virtual, Override and New.
chuanzhiboke-oop
- 传智播客让子弹飞的代码 oop的学习关键点-Chuan Chi podcast Let the bullets fly code oop learning key points
CircleChild
- 约瑟夫环的OOP解决方案。封装两个类。通过OOP的方式进行运行。不同于面向过程编程,通过封装成Circle和Child类实现的简单约瑟夫环问题。-Josephus OOP solutions. Package two classes. Be run by way of OOP.