what is data Abstraction? and give example
Answer Posted / atul sharma
Data abstraction allowed only essential features like it
only execute the data member of an real word object of
particular class without background activity.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Does c++ vector allocate memory?
Is c++ the hardest programming language?
Can we use clrscr in c++?
Is c++ high level programming language?
What is the difference between an external iterator and an internal iterator?
give me an example for testing a program showing the test path .show how the test is important and complex.
what are the iterator and generic algorithms.
What is meaning of in c++?
What causes a runtime error c++?
What are the characteristics of friend functions?
Is c++ used anymore?
How long does it take to get good at leetcode?
Explain the term memory alignment?
Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?
Should I learn c++ c?