what is data Abstraction? and give example
Answer Posted / niru
It is a process of creating user interface to a application.... so that user can create more than one instance of this application.. in other words making it generic.
Ex : High level programming languages.
GUI's of applications ...ETC
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
When one must use recursion function? Mention what happens when recursion functions are declared inline?
Can you declare an array without a size in c++?
What is a syntax in c++?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
how to access grid view row?
Explain linked list using c++ with an example?
Describe delete operator?
What things would you remember while making an interface?
What is the benefit of c++?
What is a wchar_t in c++?
Is eclipse good for c++?
Why c++ does not have finally?
What is the best free c++ compiler for windows?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.