What is abstraction in c++?
Answer / nashiinformaticssolutions
An object-oriented programming technique called abstraction conceals background details and only shows users the information that is absolutely necessary. Classes and access modifiers are used in its implementation, which aims to simplify programming.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is c++ a high level language?
If all is successful, what should main return a) 0 b) 1 c) void
What is heap sort in c++?
What are the total number of lines written by you in C/C++? What is the most complicated or valuable program written in C/C++?
What are namespaces in c++?
What is general form of pure virtual function? Explain?
What does int * mean in c++?
Difference between class and structure.
What is meant by const_cast?
What does count ++ do in c++?
What are 2 ways of exporting a function from a dll?
Can char be a number c++?