摘 要: OOP是一种计算机编程架构,它提供了一种自下而上的新编程理念,它提供了一种认知和表示世界的思想 和方法,通过设计针对不同任务的“类”,使程序具有较高的可读性、可拓展性、安全性及稳定性,也使编程更加富有 人性化。文章在理解网上商城系统功能及数据需求的基础上,使用OOP对系统功能及数据进行抽象,抽象出类及接口, 然后用代码实现。为类似系统开发提供了一个新思路。 |
关键词: OOP;面向对象;软件开发 |
中图分类号: TP311.5
文献标识码: A
|
基金项目: 苏州健雄职业技术学院“三级联动”科研基金项目——“OOP技术在B2B在线平台中的研究与应用”(批准号:2017SJLD17);苏州健雄职业技术学院专业负责人项目 (编号:2015-3203). |
|
The Application of OOP in the Development of the E-Shop System |
JIN Jingmei
|
( Suzhou Chien-Shiung Institute of Technology, Taicang 215400, China)
|
Abstract: As a computer programming architecture,OPP provides a new programming concept from bottom to top,and a kind of idea and method to perceive and express the world.By designing classes for different tasks,it makes the program more readable,expansible,secure and stable,and makes programming more humanized.On the basis of understanding the functions and data requirements of the E-Shop system,this article abstracts the functions and data of the system by using OOP,abstracts the classes and interfaces,and then implements them with codes,which provides a new idea for the development of similar systems. |
Keywords: OOP;object-oriented programming;software development |