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 |
Which operator can not be overloaded in C++?
Explain the difference between class and struct in c++?
Is c++ free?
What is an accessor in c++?
3- Write a program to find larger and smaller of the two numbers.
Show the declaration for a static member variable.
What is the difference between while and do while loop? Explain with examples.
What are inline functions?
What is the C-style character string?
What are the types of array in c++?
I need to find a specific string between two strings how do I do it?
What are the c++ access specifiers?