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
How come you find out if a linked-list is a cycle or not?
Can you write a function similar to printf()?
What is the identity function in c++? How is it useful?
When is dynamic checking necessary?
Does c++ support exception handling?
What are enumerations?
Why do we use classes in c++?
daily Routine of father
What is the best way to take screenshots of a window with c++ in windows?
What is namespace & why it is used in c++?
Which programming language should I learn first?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
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.
What c++ library is string in?
What is the c++ code?