本文介绍了.NET Framework-打印对象的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请帮助我回答这个问题

Please help me answer this question

Employee emp=new employee();
Car cr=new car();
emp.print ;
cr.print ;



陈述两种使用可打印对象的最佳设计方法,并解释哪种方法最好?



State two best design approach to use printable objects and explain which one is the best ?

推荐答案


这篇关于.NET Framework-打印对象的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-10 06:59