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
Can constructor be static in c++?
What are the steps in the development cycle?
Does c++ vector allocate memory?
Write about the retrieval of n number of objects during the process of delete[]p?
What is operator overloading in c++ example?
Why ctype h is used in c++?
What is meant by the term name mangling in c++?
What are the vectors 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)
Explain mutable storage class specifier.
Is facebook written in c++?
What is general form of pure virtual function? Explain?
total amount of milk produced each morning and then calculates and outputs the number of cartons needed for this milk , the cost of producing the milk and the profit from producing this milk.
Do vectors start at 0?
How the programmer of a class should decide whether to declare member function or a friend function?