what is data Abstraction? and give example
Answer Posted / lucky
Absraction is the process of hiding certain details of how
the data is stored and maintained, and representing
essential features :)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the latest c++ standard?
Is c++ a software?
Is c the same as c++?
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 is the full name of logo?
How long will it take to learn programming?
Explain polymorphism?
Is overriding possible in c++?
What does flush do?
what is Loop function? What are different types of Loops?
How do you invoke a base member function from a derived class in which you’ve overridden that function?
How to demonstrate the use of a variable?
Can a new be used in place of old mallocq? If yes, why?
What is a storage class used in c++?
What is the difference between a type-specific template friend class and a general template friend class?