what is difference between class template and template class?


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

Post New Answer

More OOPS Interview Questions

What is destructor in oop?

0 Answers  


Which is the only operator in C++ which can be overloaded but NOT inherited?

8 Answers  


what is a class

6 Answers  


What type of Job you are providing?

0 Answers  


features of OOPS

22 Answers   Ness Technologies, Satyam,






What is polymorphism in oops?

0 Answers  


Why do we use oop?

0 Answers  


What Is a Polymorphism? How many types of polymorphism and whats that use in application?

2 Answers  


how does a main() in C++ is different from main() in C?

7 Answers  


#include <iostream> using namespace std; struct wow { int x; }; int main() { wow a; wow *b; a.x = 22; b = &a; a.x = 23; cout << b->x; return 0; }

1 Answers  


What is multiple inheritance? Give Example

6 Answers   Mind Tree,


Why do we use oops?

0 Answers  


Categories