本文介绍了如何创建完美的OOPS应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我想提高我的OOPS技能。请引导我一些链接


假设我有一个产品作为实体。现在可以插入这个,用户在UI中编辑或删除了
。用户还可以进一步配置此产品。


基本上我想知道您将准备哪些设计将支持OOPS原则和实际用途。


那么什么是理想的课程设计?


谢谢

解决方案

Hi,

I want to improve my OOPS skills. Please guide me some links
regarding that.

Say I have a product as entity. Now this can be inserted,
edited or deleted by user in UI. User can further configure this product also.

basically i wanted to know what design you will prepare which will support OOPS principle and practle in nature.

So what can be ideal class design for that?

Thanks

解决方案


这篇关于如何创建完美的OOPS应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-27 02:55