what is data Abstraction? and give example
Answer Posted / hameed
It refers to the act of representing essential features
without including their background details or explanations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is operators in c++?
How would you use qsort() function to sort an array of structures?
Define copy constructor.
What is the latest c++ standard?
Write a program in C++ for Fibonacci series
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
how to connect with oracle 9i with server in socket program in c/c++
What is binary object model?
Is it possible for a member function to use delete this?
What are the basics of local (auto) objects?
What are c++ files?
What do the header files usually contains?
Explain what are the sizes and ranges of the basic c++ data types?
What are all predefined data types in c++?
Can we get the value of ios format flags?