Posted: September 3rd, 2023
C# class | Computer Science homework help
Write two interfaces, IWordStructure and IOrderedWordStructure.
Save Time On Research and Writing
Hire a Pro to Write You a 100% Plagiarism-Free Paper.
Get My Paper
IWordStructure should have the following methods:
- a read-only property: numberOfWords that returns an integer
- insertWord (string)
- includesWord(string) and that returns a boolean
- deleteWord(string) and return boolean indicating the success
IOrderedWordStructure should inherit from IWordStructure. It should have the following methods:
- wordAt(nt) that returns the word at the index location
- positionContains (string, int) returns a boolean
After writing the interfaces, create a collection class named StringCounter. It should implement the IOrderedWordStruture, mentioned above. It should have the following methods:
Save Time On Research and Writing
Hire a Pro to Write You a 100% Plagiarism-Free Paper.
Get My Paper
- wordList, which returns an array containing the strings in the collection
-
CountEntry, which has three parameters. The first is a zero-based index indicating the position in the collection for which data is to be returned. The next two parameters are out mode. The first is used to return the string at the index position. The second is used to return the count for the string being returned in the second parameter.
These are additional requirements:
- Use an array of structs to keep the data (the struct type should be like the one used in-class when writing the WordCount program; which is on the I: drive)(note : the file on the attachment )
- The array should initially be able to hold 10 entries. Whenever the array fills up and additional locations are needed, allocate a new array twice the size of the one that is full, copy the entries in the old array to the new one, and let the old array be deallocated.
- Write a program to test the new class. The class will be used in a late lab.
Turn in your highest-quality paper
Get a qualified writer to help you with
“ C# class | Computer Science homework help ”
Get high-quality paper
NEW! AI matching with writer