operator [] method

NewsSlide operator [](
  1. int index
)

Implementation

NewsSlide operator [](int index) {
  return elementAt(index);
}