Answer Posted / nikhil kapoor..
Generic functions are the function which return void ptr...
(void*)...
Generic Classes are template classes...
Basicaly we implement both of them for reusability.. and
abstraction..
| Is This Answer Correct ? | 28 Yes | 3 No |
Post New Answer View All Answers
2. Give the different notations for the class.\
What is overriding in oop?
Which language is not a true object oriented programming language?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Why is polymorphism needed?
What is encapsulation example?
Why is abstraction used?
what type of questions
What are the three main types of variables?
What is difference between pop and oop?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< write a program to find 2 power of a 5digit number with out
using big int and exponent ? What is object in oop with example? Whats is abstraction in oops? How is polymorphism achieved?