what is data Abstraction? and give example
Answer Posted / ambika soni
It is a process or a concept in which unwanted data and information exist in hidden form. A user needs not to know this detail.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of template?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
If a function doesn’t return a value, how do you declare the function?
Are c and c++ similar?
Explain dangling pointer.
What are dynamic type checking?
Differentiate between structure and class in c++.
What are c++ variables?
What is this weird colon-member (" : ") syntax in the constructor?
How to declare an array of pointers to integer?
what is VOID?
Comment on local and global scope of a variable.
What is the difference between prefix and postfix versions of operator++()?
Who made c++?
Which one between if-else and switch is more efficient?