what is data Abstraction? and give example
Answer Posted / faisal
Abstraction is the representation of only the essential features of an object and hiding un essential features of an object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Please explain the reference variable in c++?
Arrange Doubly linked list in the ascending order of its integral value and replace integer 5 with 7?
What is the use of class in c++?
In a function declaration what does extern means?
We use library functions in the program, in what form they are provided to the program?
Can comments be nested?
What is the difference between the indirection operator and the address of oper-ator?
What is auto type c++?
Give 10 points of differences between C & C++.
What is the difference between reference and pointer?
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 libraries in c++?
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
What is object in c++ wikipedia?