面向对象技术在进销存系统中的解析与应用
Object-oriented Technology and Application in the Sales & Inventory System
-
摘要: 提出了一种新型的面向对象技术.以客观事物为原型,将事物包含的各项数据进行归类,按照类别的不同来定义事物对象包含的数据成员,并将对象实体作为系统中数据处理的基本单位来完成进销存系统的开发.结果表明,与结构化范型相比,采用面向对象范型开发系统不仅结构严谨、开发效率高,而且代码重用率大,维护方便.Abstract: This paper proposes a new object-oriented technology.It takes the objective things as the prototype,classifies the data contained in the object,defines the data members included in the transaction object according to different categories,and regards the object entities as the basic unit of the data processing in the system to complete the development of sales & inventory system.Results show that the development system with the object-oriented paradigm is not only well-structured and easy-maintained but also efficient in reusing the code compared with the structured paradigm.