CS 178 Programming with Multimedia Objects

Strings

For use during Lecture on November 10 , 2004

During these two lectures you will you learn:

  • String operations: converting a char to a String; extracting a character from a string, grouping characters in a string.
  • Restructuring a string (transforming a DNA sequence to the corresponding Protein seqeunce).
  • Creating a new class with private dtataand public methods.

Prepared by: Aditya Mathur, Nov 10, 2004