What do you mean by abstraction in C++?

Answer Posted / hrpynux@gmail.com

Data abstraction is one of the most essential and important feature of object oriented programming in C++. Abstraction means displaying only essential information and hiding the details. A Class can decide which data member will be visible to outside world and which is not.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How come you find out if a linked-list is a cycle or not?

658


Can you write a function similar to printf()?

751


What is the identity function in c++? How is it useful?

650


When is dynamic checking necessary?

676


Does c++ support exception handling?

697






What are enumerations?

746


Why do we use classes in c++?

679


daily Routine of father

1015


What is the best way to take screenshots of a window with c++ in windows?

668


What is namespace & why it is used in c++?

692


Which programming language should I learn first?

658


Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?

645


write a c++ program to create class student having datamember name,Roll_no,age,and branch intilcization all the member using constructor print the all the details on the screen.

2339


What c++ library is string in?

692


What is the c++ code?

643