Differentiate between a template class and class template in c++?


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

Post New Answer

More C++ General Interview Questions

What operators can you overload in c++?

0 Answers  


how to create window program in c++.please explain.

1 Answers   Microsoft,


What methods can be overridden in java?

0 Answers  


What is the use of typedef?

0 Answers  


Why namespace is used in c++?

0 Answers  


Can a program run without main?

0 Answers  


Why are pointers not used in c++?

0 Answers  


Can we overload operator in c++?

0 Answers  


class X { private: int a; protected: X(){cout<<"X constructor was called"<<endl;} ~X(){cout<<"X destructor was called"<<endl} }; Referring to the code above, which one of the following statements regarding "X" is TRUE? a) X is an abstract class. b) Only subclasses of X may create X objects. c) Instances of X cannot be created. d) X objects can only be created using the default copy constructor. e) Only friends can create instances of X objects.

2 Answers   Quark,


Explain rtti.

0 Answers  


What do you mean by internal linking and external linking in c++?

1 Answers  


What do you mean by inheritance in c++?

0 Answers  


Categories