Array Of Objects in C++ , Lecture By Anand Mahajan

preview_player
Показать описание
This Lecture elucidates the concept and importance of array of objects in C++. Suppose you are required to have many objects for class. Now if you declare so many differently named objects it will be really cumbersome to write , read and maintain the program. Here comes the role of array of objects whereby we can have a single array imbibing multiple objects. As there will be one single name for the array you don't have to remember many names. Through simple loop operations we can read / write & process all the objects of this array.
Рекомендации по теме