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 the use of Namespace in c++.
Explain queue. How it can be implemented?
Who made c++?
What are punctuators in c++?
Which of the Standard C++ casts can be used to perform a ?safe? downcast: a) reinterpret_cast b) dynamic_cast c) static_cast d) const_cast
Which algorithm do you like the most? Why?
Is c++ a low level language?
What do you mean by vtable and vptr in c++?
Explain how would you handle a situation where you cannot call the destructor of a local explicitly?
Is string data type in c++?
What are keywords in c++?
What is implicit pointer in c++?