what is data Abstraction? and give example
Answer Posted / dhivya.r
it is the technique of creating new data types that are
well suited to an application to be programmedis known as
data abstraction
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Define copy constructor.
Can the creation of operator** is allowed to perform the to-the-power-of operations?
What is runtime errors c++?
What is the c++ programming language used for?
Explain how we implement exception handling in c++?
What is a forward referencing and when should it be used?
What is virtual methods?
Which one is a preferred language C or C++? Why?
Does c++ vector allocate memory?
How would you use qsort() function to sort an array of structures?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
What is #include c++?
Why null pointer is used?
Why is c++ still used?
Why Pointers are not used in C++?