what is data Abstraction? and give example
Answer Posted / chirasani yasoda krishna
data abstraction is nothing but hiding un necessary data and providing useful data to the user for ecample if you write a programm internally it converts 0sand1s it hides and shows you an out put another real time example you have log on to mycomputer it is devplped by programs it hides the code and shows useful information to the user
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain polymorphism?
What is an overflow error?
What is token c++?
Explain what you mean by a pointer.
What is oops in c++?
What is the latest c++ version?
How the virtual functions maintain the call up?
Why do we use using namespace std in c++?
Is c++ faster than c?
Why is main function important?
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
What is a stack? How it can be implemented?
What is constructor c++?
Implement stack operations with pointers with appropriate exception checks.
Is it possible for a member function to use delete this?