C # Study Notes (September April 5)

Source: Internet
Author: User

Benefits of using namespaces

U program code can be dispersed in multiple files
U namespace extensibility
U can build a hierarchical class Organizational Structure
How to Use namespaces
U uses PascalCasing to separate logical groups
U. We recommend that you use the company name or brand name at the top.
U appropriately make the plural namespace
The name of the u namespace must not be the same as that of the class.

Class is the basic unit for Data encapsulation and the minimum unit for reuse. An object is a class object, and a class is a description of the object in memory.

Data encapsulation aims to combine data and methods into a single element and control the data access mode. C # provides five modifiers: public, private, protected, internal, and protected internal to control member visibility.
The namespace is an element of the C # program, used to organize the C # program. It is also used to solve the problem of name conflicts between different groups of program codes.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.