Why use of template is better than a base class?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

How would you obtain segment and offset addresses from a far address of a memory location?

0 Answers  


write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.

0 Answers  


What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random

0 Answers  


What are the basics concepts of OOPS?

1 Answers  


Write the program form Armstrong no in c++?

11 Answers   HCL,






What do you mean by late binding?

0 Answers  


What are destructors?

0 Answers  


Is c++ vector dynamic?

0 Answers  


What is meant by const_cast?

0 Answers  


Please explain class & object in c++?

0 Answers  


How static variables and local variablesare similar and dissimilar?

0 Answers  


declare an array of structure where the members of the structure are integer variable float variable integer array char variable access all elements of the structure using dot operator and this pointer operator

0 Answers  


Categories