上一页 1 ··· 335 336 337 338 339 340 341 342 343 ··· 400 下一页
摘要: http://stackoverflow.com/questions/22940317/protected-vs-protected-internal-again-in-c-sharp protected means that you can access the member from any s 阅读全文
posted @ 2016-03-15 13:57 ChuckLu 阅读(400) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/bcd5672a.aspx The protected keyword is a member access modifier. A protected member is accessible within its 阅读全文
posted @ 2016-03-15 13:46 ChuckLu 阅读(723) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/sf985hc5.aspx The abstract modifier indicates that the thing being modified has a missing or incomplete imple 阅读全文
posted @ 2016-03-15 13:25 ChuckLu 阅读(362) 评论(0) 推荐(0)
摘要: 在word文档的第140页 A member lookup is the process whereby凭借;通过…;借以;与…一致 the meaning of a name in the context of a type is determined. A member lookup can o 阅读全文
posted @ 2016-03-15 10:12 ChuckLu 阅读(237) 评论(0) 推荐(0)
摘要: The C# Language Specification is the definitive决定性的;最后的;限定的 source for C# syntax and usage. This spec contains detailed information about all aspects 阅读全文
posted @ 2016-03-15 09:59 ChuckLu 阅读(1255) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/435f1dw2.aspx When used as a declaration modifier, the new keyword explicitly hides a member that is inherite 阅读全文
posted @ 2016-03-15 09:44 ChuckLu 阅读(497) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/51y09td4.aspx In C#, the new keyword can be used as an operator, a modifier, or a constraint. Used to create 阅读全文
posted @ 2016-03-15 09:28 ChuckLu 阅读(335) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/ms173153.aspx In C#, a method in a derived class can have the same name as a method in the base class. You ca 阅读全文
posted @ 2016-03-14 16:25 ChuckLu 阅读(249) 评论(0) 推荐(0)
摘要: The C# language is designed so that versioning between base and derived classes in different libraries can evolve发展 and maintain backward compatibilit 阅读全文
posted @ 2016-03-14 15:21 ChuckLu 阅读(233) 评论(0) 推荐(0)
摘要: https://msdn.microsoft.com/en-us/library/ms173152.aspx Polymorphism is often referred to as the third pillar of object-oriented programming, after enc 阅读全文
posted @ 2016-03-14 14:06 ChuckLu 阅读(630) 评论(0) 推荐(0)
上一页 1 ··· 335 336 337 338 339 340 341 342 343 ··· 400 下一页