Recent questions tagged c++

1.6k
views
1 answers
0 votes
A function template in C++ provides _____ level of generalization.$4$ $3$ $2$1$
2.3k
views
1 answers
0 votes
In C++, polymorphism requires :Inheritance onlyVirtual functions only References onlyInheritance, Virtual functions and references
3.7k
views
1 answers
0 votes
If a function is friend of a class, which one of the following is wrong ?A function can only be declared a friend by a class itself.Friend functions are not ... a class.It can have access to all members of the class, even private ones.
6.7k
views
2 answers
3 votes
Which of the following is not a member of class ? Static functionFriend functionConst functionVirtual function
To see more, click for the full list of questions or popular tags.