what is data Abstraction? and give example
Answer Posted / deep shah
"Abstraction refers to the act of represent essential features without including the background details or explanation".
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Who discovered c++?
Can static member variables be private?
What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
What are pointer-to-members? Explain.
What does asterisk mean in c++?
Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work
What are the differences between java and c++?
Can create new c++ operators?
Why should we use null or zero in a program?
Which programming language is best to learn first?
What are the different types of comments allowed in c++?
Explain the difference between struct and class in terms of access modifier.
What is boyce codd normal form in c++?
Define 'std'.