what is data Abstraction? and give example
Answer Posted / saranya
data abstraction is the process of representing the
essential features not including the background details.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How would you use the functions sin(), pow(), sqrt()?
Why is c++ called oops?
What is meant by a delegate?
How are Structure passing and returning implemented by the compiler?
How do you clear a buffer in c++?
What is the error in the code below and how should it be corrected?
How do you clear a map in c++?
What is a null object in c++?
What is the prototype of printf function?
How is c++ different from java?
What problems might the following macro bring to the application?
What are guid?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
Do the parentheses after the type name make a difference with new?
What is main function in c++ with example?