zoukankan      html  css  js  c++  java
  • C# homework

    Hey All,

    Anyone who is learning C# and is interest in this homework, please let me know. If you don’t think time is enough for you, we can plan it together.

    Part I: 2 Weeks

    Design and implement a String class without using .NET frameworks. Besides following basic requirements, you can try as more as you can.

    Function Requirements:

    1. We can create this string from another string or an array of characters.
    2. We can access a string’s characters randomly.
    3. We can get the length of a string
    4. We can compare two strings
    5. We can insert a string to a string
    6. We can remove a substring from a string
    7. We can copy one string to another
    8. We can join two strings
    9. We can convert all characters to lowercase.
    10. We can convert all characters to uppercase.

    Technical Requirements:

    1. Data type
    2. Method overloading
    3. Operators and operator overloading
    4. Array
    5. Control statements
    6. Index and Properties

    Part II: 2 Weeks

    Design and implement automation cases to test this class. TAEF MUST be used.

    Part III: 1 Week

    Prepare a presentation to share your experience.

  • 相关阅读:
    MySQL复制表结构和内容到另一张表中的SQL
    Page Cache(页缓存)
    mmap 与 munmap
    Shenandoah 与 ZGC
    InfluxDB入门
    SparkSQL 疫情Demo练习
    CyclicBarrier 解读
    mysql存储过程
    Kibana7.3.2与ElasticSearch7.3.2的集成
    Greenplum简介
  • 原文地址:https://www.cnblogs.com/Apple010/p/2792012.html
Copyright © 2011-2022 走看看