What are abstract data types in c++?


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

Post New Answer

More C++ General Interview Questions

What is an incomplete type in c++?

0 Answers  


How do you show the declaration of a virtual constructor?

0 Answers  


Consider a c++ template funtion template<class T> T& Add(T a, T b){return a+b ;} if this function is called as T c = Add("SAM", "SUNG"); what will happen? What is the problem in the template declaration/ How to solve the problem.

7 Answers   LG, Samsung,


What is const pointer and const reference?

0 Answers  


What is c++ virtual inheritance?

0 Answers  






How do you clear a set in c++?

0 Answers  


Can comments be nested?

0 Answers  


Difference between pass by value and pass by reference?

0 Answers  


What is polymorphism in c++? Explain with an example?

0 Answers  


Can class objects be passed as function arguments?

0 Answers   HCL,


Which bitwise operator is used to check whether a particular bit is on or off?

0 Answers  


What are inline functions? What is the syntax for defining an inline function?

0 Answers  


Categories