what is data Abstraction? and give example
Answer Posted / mushtak khan
Data abstraction is mechanism of using the essential features
without background details.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that
Is set c++?
State the difference between pre and post increment/decrement operations.
What is the use of setfill in c++?
What is a float in c++?
Show the declaration for a static member variable.
What are static member functions?
What is a set in c++?
What do you mean by vtable and vptr in c++?
What is c++ runtime?
In what situations do you have to use initialization list rather than assignment in constructors?
What are the differences between new and malloc?
Why use of template is better than a base class?
Can we run c program in turbo c++?
What is split a string in c++?