Explain the term "Abstraction" in C++.

: 1034
Paper : C++ Programming FAQ (Frequently Asked Questions and answers) for freshers | Platform : Object-oriented programming Language | Category : Programming FAQs

An abstraction in C++ means the process of hiding important information from the outside world and displaying the required information only.