Tài liệu Implementing OOP concepts in C#

Thảo luận trong 'Lập Trình' bắt đầu bởi Thúy Viết Bài, 5/12/13.

  1. Thúy Viết Bài

    Thành viên vàng

    Bài viết:
    198,891
    Được thích:
    167
    Điểm thành tích:
    0
    Xu:
    0Xu
    Review
    nC# is an object oriented language with many powerful features and is an integral part of the .Net platform
    nVariables in C# are declared in the following way
    AccessModifier DataType VariableName;
    nC# provides the if and switch case constructs to perform operations based on the value of an expression.
    nC# provides the following types of iteration constructs,
    §while loop
    §do loop
    §for loop
    §foreach loop
    nIn C#, the data types are divided into two fundamental categories namely value types and reference types.
     

    Các file đính kèm:

Đang tải...