what is data Abstraction? and give example
Answer Posted / gnanamoorthi s
The data abstraction refers to the basic important thinks is
not a detailed version or implementation.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What can I safely assume about the initial values of variables which are not explicitly initialized?
When do we run a shell in the unix system? How will you tell which shell you are running?
Can you use the function fprintf() to display the output on the screen?
What is the full form nasa?
What is the difference between cin.read() and cin.getline()?
Why is main an int?
Differentiate between an external iterator and an internal iterator? What is the advantage of an external iterator.
What is the full name of logo?
What is auto type c++?
What is the difference between an enumeration and a set of pre-processor # defines?
What is function overloading c++?
Why do we use classes in programming?
write asingle linked list which read from two list & the do the following 1 sort the prime & nonprime num (prime should be less tn nonprime) 2 each node has a prime num followd by nonprime 3 add a new node into its sutable plce 4 erase the most three duplicated non prime num 5 find the least duplicated prime num
Why should you learn c++?
How do you flush std cout?