TITLE: Insights of ipl.
The above mentioned mini project performs analysis on the ipl data that is provided and gives various insights such as number of matches won, number of matches played,number of times man of the match. The project uses various oops concepts such as inheritance,polymorphism,STL,templates,virtual functions.The project mainly consists of three classes insightsofipl.cpp which is the class which implements the STL concept,cricket.cpp which is the base class from which ipl.cpp is derived. The input to the project is the csv file of records of ipl matches,it performs various operations and provides insights according to the data feeded.