上课有问题
我知道 VB.NET 中很少使用类。我到处寻找,试图理解 C# 中的类是如何工作的,就好像我需要对我学到的每一课进行类比,我有逻辑和循环,但是当涉及到类时,我的大脑就冻结了。我尝试过书籍和在线教程。我一生都无法理解类是如何工作的以及它们如何在链接之间调用。对我来说,学习 C 语言的指针几乎同样困难。
有谁知道一个好的资源或网站,即使对于非天才技术人员来说,也能均匀地分解它?
I know classes aren't used much in VB.NET. I have looked everywhere trying to understand how classes work in C#, it's as if I needed an analogy for each lesson I have learned, I have logic and loops down, but when it comes to classes, my brain just freezes up. I have tried books and online tutorials. I for the life of me cannot understand how classes work and how they are called between linking. Its almost as hard for me to learn pointers in C.
Does anyone know a good resource or site that will break it down evenly even for the non-gifted tech?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
毫无疑问,互联网上有大量包含此信息的资源,但如果我可以指出C# 语言规范(具有进一步链接):
这些信息是底线,应该冷静地理解 - 重要外围(但基本)方面的链接在某种程度上提供了进一步的阅读。享受!
There are plenty of resources all over the internet with this information, no doubt, but if I may point out what is noted in the C# Language Specification (with further linkage):
This information is the bottom line, and should be coldly understood - the links to important peripheral (but fundamental) aspects go some way to provide further reading. Enjoy!
一个类:
运行它:
A class:
running it: