Explain abstraction.


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

Post New Answer

More C++ General Interview Questions

Why do we use vector in c++?

0 Answers  


What are the different data types present in C++?

1 Answers  


What is linked list in c++?

0 Answers  


What is the difference between a declaration and a definition?

0 Answers  


What is the difference between reference type and pointers.

4 Answers   HCL,






What is the v-ptr?

0 Answers  


What is iterator in c++?

0 Answers  


Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .

0 Answers  


What are stacks?

0 Answers  


What data structure is fastest, on average, for retrieving data: a) Binary Tree b) Hash Table c) Stack

0 Answers  


What are virtual constructors/destructors?

0 Answers  


Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c

0 Answers  


Categories