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
What is a v-table?
Difference between a copy constructor and an assignment operator.
Ask to write virtual base class code?
Is c the same as c++?
What is overloading unary operator?
What is c++ and its features?
Differentiate between an array and a list?
What relational operators if statements in c++?
Evaluate !(1&&1||1&&0) a) Error b) False c) True
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
What are the advantages of c++ over c?
If you want to share several functions or variables in several files maitaining the consistency how would you share it?
How do I exit turbo c++?
Write a function that swaps the values of two integers, using int* as the argument type?
Define a nested class.