关于C#基础
问题描述:
实际上,我的糟糕情况还不太清楚.
所以有人可以告诉我一些我必须在C Sharp中阅读的主题吗?
Actually my oops basics are not so clear.
So can somebody please tell me about topics that I have to read in C Sharp
答
变量和表达式
数组
类型:类,结构,接口,枚举
继承
访问修饰符
我认为此链接对于学习C#很有帮助.
http://java2s.com/Tutorial/CSharp/CatalogCSharp.htm
Variables and Expressions
Arrays
types :classes,structs,interfaces,enums
inheritance
access modifiers
i think this link will be useful to learn C#
http://java2s.com/Tutorial/CSharp/CatalogCSharp.htm
请检查以下内容:
面向对象编程概念(OOP)简介及更多 [http://www.c-sharpcorner.com/UploadFile/tusharkantagarwal/objectientedcsharp11162005070743AM/objectorientedcsharp.aspx [ ^ ]
Please check the following:
Introduction to Object Oriented Programming Concepts (OOP) and More[^]
http://www.c-sharpcorner.com/UploadFile/tusharkantagarwal/objectorientedcsharp11162005070743AM/objectorientedcsharp.aspx[^]
如果您想使OOP概念更清晰,那么最好的书莫过于Head First-Object Oriented Analysis and Design.这本书对于初学者和专家都是必不可少的.
If you want to get your OOPs concepts cler, there cannot be a better book than Head First - Object Oriented Analysis and Design. This book is a must for both beginers and experts.