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 |
Does std endl flush?
What is a pdb file?
Do class method definitions?
What is the role of static keyword for a class member variable?
What is an html tag?
What are the various storage classes in C++?
Does c++ have a hash table?
How the delete operator differs from the delete[]operator?
Can c++ do everything c can?
How to tokenize a string in c++?
What are the defining traits of an object-oriented language?
When there is a global variable and local variable with the same name, how will you access the global variable?