What is a container class?


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

Post New Answer

More C++ General Interview Questions

What is encapsulation in c++ with example?

0 Answers  


How can you link a c++ program to c functions?

0 Answers  


Do you know about latest advancements in C++ ?

0 Answers   Agilent, ZS Associates,


When must you use a pointer rather than a reference?

0 Answers  


Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.

4 Answers   Quark,






Explain what data encapsulation is in c++?

0 Answers  


Define 'std'.

0 Answers  


Explain what you mean by a pointer.

0 Answers   TCS,


When a function is made inline. Write the situation where inline functions may not work.

2 Answers  


Differentiate between C and C++.

0 Answers   Wipro,


what is difference between static and non-static variables

10 Answers  


simple c++ program for "abcde123ba" convert "ab321edcba" with out using string

5 Answers  


Categories