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.

  • 相关阅读:
    服务器响应状态码
    30
    29
    Java中参数始终是按值传递
    浅析 Java 中的继承和重写
    25
    super 关键字
    24
    Overriding
    23
  • 原文地址:https://www.cnblogs.com/Apple010/p/2792012.html
Copyright © 2011-2022 走看看