what is data Abstraction? and give example
Answer Posted / akshita.s
Abstraction is a OOP`s concept,it hides the implementation
details from the end user.we get loose coupling if there is
good abstraction.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
what is VOID?
Which field is used in c++?
Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?
What is the standard template library (stl)?
How much is c++ certification?
What is a multiset c++?
What is helper in c++?
What is ctime c++?
How does class accomplish data hiding in c++?
Explain this pointer?
What is data structure in c++?
What are the advantages of c++?
Do you know what are pure virtual functions?
Can you write a function similar to printf()?
What is the difference between while and do while loop? Explain with examples.