what is data Abstraction? and give example
Answer Posted / yash modi
Data Abstraction means hide internal processing from user of outside world.He can See Only Visually see or do input-output but not know how operation is done .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
What is fixed in c++?
What are the methods of exporting a function from a dll?
Can we distribute function templates and class templates in object libraries?
What is a dll entry point?
What is the basic difference between C and C++?
Is swift faster than c++?
What jobs can you get with a c++ certification?
How to access a variable of the structure?
How would you implement a substr() function that extracts a sub string from a given string?
What is the type of 'this' pointer?
What is the two main roles of operating system?
How to allocate memory dynamically for a reference?
Tell me can a pure virtual function have an implementation?
What doescout<<(0==0) print out a) 0 b) 1 c) Compiler error: Lvalue required