what is data Abstraction? and give example
Answer Posted / savin gahlawat
Act of representing essential data without displaying background details is known as data abstraction.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is c++ a high level language?
Is recursion allowed in inline functions?
What is math h in c++?
What is the difference between prefix and postfix versions of operator++()?
What is const pointer and const reference?
What is the purpose of template?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What is c++ runtime?
Does c++ vector allocate memory?
Can a built-in function be recursive?
What are friend functions in C++?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
What is istream c++?
How long does it take to get good at leetcode?
Explain the properties and principles of oop.