filmov
tv
Lecture 10 Subscript Operator Overloading in c++

Показать описание
This video aims to explains how a subscript operator [] can be overloaded. The subscript operator [] is used to access array elements. This operator can be overloaded to enhance the existing functionality of C++ arrays.