what is data Abstraction? and give example
Answer Posted / hameed
It refers to the act of representing essential features
without including their background details or explanations.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
Which is the best c++ compiler?
Can you overload the operator+ for short integers?
Why are arrays usually processed with for loop?
How to demonstrate the use of a variable?
How do you declare A pointer to a function which receives nothing and returns nothing
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 is a v-table?
Distinguish between a # include and #define.
Write about all the implicit member functions of a class?
Write a c program for binary addition of two 8 bit numbers.
Where the memory to the static variables is allocated?
what is C++ exceptional handling?
Explain the scope of resolution operator.
Am studying basic c++ programming, have been given the following assignment. Design a linear program to calculate the maximum stress a material can withstand given a force and a diameter of a circle. To find the required area pi should be defined. Have most of the program sorted out but am at a loss as to how to show the calculations required. Can anyone help?