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 |
What is prototype in c++ with example?
what are the types of Member Functions?
Explain what happens when a pointer is deleted twice?
What are the types of container classes?
How long will it take to learn programming?
What is the use of pointer in c++ with example?
What is using namespace std in c++?
what is data encapsulation in C++?
What is a character in c++?
What is a class template in c++?
Should I learn c or c++ first?
Differentiate between late binding and early binding. What are the advantages of early binding?