what is data Abstraction? and give example
Answer Posted / rohit kumar
abstraction is a programming technique that relies on the separation of interface and implementation
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is namespace std; and what is consists of?
Define pre-condition and post-condition to a member function in c++?
What things would you remember while making an interface?
Is linux written in c or c++?
How do you flush a buffer in c++?
Distinguish between new and malloc and delete and free().
What happens if a pointer is deleted twice?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
Can a function take variable length arguments, if yes, how?
What do you mean by translation unit?
Which bitwise operator is used to check whether a particular bit is on or off?
Is string an object in c++?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
Differentiate between late binding and early binding.
What are the differences between new and malloc?