GENERIC PROGRAMMING DOUBT

Generic programming means anything which deals with any type of data?

hello @CODER_JATIN

yeah,in generic programming we try to write a generalise program that works almost all datatype.
for example-> map ,vector etc supports more than one datatype , it is possible because of generic programming

okay aman bhaiya , thank you.