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 to allocate memory dynamically for a reference?
What is switch case in c++ syntax?
Is c++ harder than java?
What is a storage class in C++
How is modularity introduced in C++?
How is new() different from malloc()?
What will happen if a pointer is deleted twice?
What are enumerations?
What is data abstraction? How is it different from data encapsulation?
What happens when a function throws an exception that was not specified by an exception specification for this function?
How much is size of struct having 1 char & 1 integer?
What is the difference between public, private, protected inheritance?