Explain abstraction.


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

Post New Answer

More C++ General Interview Questions

What c++ library is string in?

0 Answers  


Explain selection sorting?

0 Answers  


Write a program in c++ to print the numbers from n to n2 except 5 and its multiples

0 Answers   Cankaya University,


Difference between delete and delete[]?

5 Answers   Infosys, TCS, Virtusa,


How to reduce a final size of executable?

3 Answers  






What is a hash function c++?

0 Answers  


How do you clear a set in c++?

0 Answers  


What is abstraction c++?

0 Answers  


How do you write a function that can reverse a linked-list?

0 Answers  


What are structs in c++?

0 Answers  


What is difference between n and endl in c++?

0 Answers  


If you had the following code: int x = 23; int *y; y = &x; The instruction y++; does what?

2 Answers  


Categories