what is data Abstraction? and give example
Answer Posted / kusum
Abstraction is a process to recognize and focussing on
importent characterstics of a situation or objet and
leaving/filtering out the unwanted characterstics of the
situation or object.
| Is This Answer Correct ? | 32 Yes | 12 No |
Post New Answer View All Answers
Write about the use of the virtual destructor?
What is a c++ class?
What do you mean by “this” pointer?
Difference between class and structure.
Where must the declaration of a friend function appear?
What is long in c++?
When should you use global variables?
Do class method definitions?
How can you quickly find the number of elements stored in a static array?
What is object file? How can you access object file?
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Can union be self referenced?
What is the rule of three?
What does new do in c++?
Is c++ faster than c?