what is data Abstraction? and give example
Answer Posted / niru
It is a process of creating user interface to a application.... so that user can create more than one instance of this application.. in other words making it generic.
Ex : High level programming languages.
GUI's of applications ...ETC
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is pointer to array in c++?
What are shallow and deep copy?
Explain the difference between using macro and inline functions?
Explain what are the sizes and ranges of the basic c++ data types?
Can you please explain the difference between using macro and inline functions?
Explain the differences between private, public and protected and give examples.
In a function declaration what does extern means?
What is difference between array and vector in c++?
Why c++ is better than c language?
How many namespaces are there in c++?
What is #include iostream?
What is class definition in c++ ?
What is the use of seekg in c++?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
Write a corrected statement in c++ so that the statement will work properly. if (4 < x < 11) y=2*x;