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 |
How is memory managed in C++?
What is pure virtual function? Or what is abstract class?
What are the different operators in C++?
What is a volatile variable in c++?
Why do C++ compilers need name mangling?
Why do we need function?
What is the stack?
What are static and dynamic type checking?
What is difference between c++ 11 and c++ 14?
In C++ cout is: a) object b) class c) something else
11 Answers Infosys, Lehman Brothers,
Is c++ high level programming language?
what is upcasting in C++?