本文介绍了具有OOPS概念的C#项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是c#的新手,现在我正在学习C#中的OOPS概念,

我正在寻找单个(或2到3个)项目,其中包含所有主要的oops概念那个项目



因为我从各种网站和文章中学习了oops概念,但我不能自信地说我知道C#中的oops。



我不知道何时何地应该在实际项目中使用oops概念



所以我正在寻找使用所有主要OOPS概念的项目就像抽象,封装,继承,多态一样



所以请任何人建议任何下载和项目的项目。学习C#oops概念



注意: - 你的建议更有帮助项目是windows表单应用程序,因为目前我在vb工作.net windows窗体申请



谢谢提前。



我的尝试:



从各种网站和文章中学习oops基础知识。

Hi, I am new to c# and now I am Learning OOPS Concepts in C#,
I am looking for Single(or 2 to 3) Project(s) with All major oops concepts used in that project

Because I studied oops concepts from various websites and articles but I cannot say confidently I know oops in C#.

I don't know When and Where should I use the oops concepts in real projects

So I am looking For Projects that uses All major OOPS Concepts Like abstraction, Encapsulation, Inheritance, Polymorphism

So Please can anybody suggest any projects for download & learning C# oops concepts

Note:- It will be more helpful your suggestion Project is windows form application, because currently I am working in vb.net windows forms application

Thanks Advance.

What I have tried:

Studied oops basics from various websites and articles.

推荐答案


这篇关于具有OOPS概念的C#项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-18 06:57