C++ Programming Question:
Download Questions PDF

What is abstraction in C++?

C++ Programming Interview Question
C++ Programming Interview Question

Answer:

Abstraction is of the process of hiding unwanted details from the user.

Download C++ Programming Interview Questions And Answers PDF

Previous QuestionNext Question
Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?What are virtual functions in C++?