What are generic functions and generic classes?

Answer Posted / sahadev

its happen in Tamplate. if a function receive any type of
argument than its called generic function.

Is This Answer Correct ?    7 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

program for insertion ,deletion,sorting in double link list

2272


What is the significance of classes in oop?

585


Who invented oop?

644


What are the 3 principles of oop?

608


How do you define a class in oop?

617






What is an example of genetic polymorphism?

644


What is coupling in oops?

587


What is polymorphism in oops?

551


What is encapsulation and abstraction? How are they implemented in C++?

628


What is the full form of oops?

602


just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.

6478


What is class and object with example?

579


What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?

2092


write a program to find 2^n+1 ?

1540


design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)

6133