what is data Abstraction? and give example
Answer Posted / anuj sharma
data abstraction is a process of representing the essential
features without including implementation details.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is extern c++?
daily Routine of father
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
What does scope resolution operator do?
What is the most powerful coding language?
What is the function to call to turn an ascii string into a long?
What are the advantages of using a pointer?
Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement
What is the difference between containment and delegation?
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
What are inline functions? What is the syntax for defining an inline function?
What is the purpose of ios::basefield in the following statement?
Can I make ios apps with c++?
What are the benefits of operator overloading?
Why can templates only be implemented in the header file?