Skip to content

Commit

Permalink
Merge pull request #4 from dimitarnestorov/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
NikolayIT committed Apr 4, 2015
2 parents 4d2e780 + 6480d59 commit 31c3e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 06. Common Type System/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Homework: Common Type System
* Define a class `Student`, which contains data about a student – first, middle and last name, SSN, permanent address, mobile phone e-mail, course, specialty, university, faculty. Use an enumeration for the specialties, universities and faculties.
* Override the standard methods, inherited by `System.Object`: `Equals()`, `ToString()`, `GetHashCode()` and operators `==` and `!=`.

### Problem 2. IClonable
### Problem 2. ICloneable
* Add implementations of the `ICloneable` interface. The `Clone()` method should deeply copy all object's fields into a new object of type `Student`.

### Problem 3. IComparable
Expand Down

0 comments on commit 31c3e40

Please sign in to comment.