what is data Abstraction? and give example
Answer Posted / karthick
Abstraction is the process of exhibiting only the essential
characteristics of an object depending on programmers
view.It is complement to encapsulation.
| Is This Answer Correct ? | 359 Yes | 101 No |
Post New Answer View All Answers
What is a null object in c++?
Are there any special rules about inlining?
How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?
Which is best ide for c++?
How delete [] is different from delete?
What is a c++ vector?
What are the uses of typedef in a program?
Can comments be longer than one line?
What is c++ used for in games?
Write a program to concatenate two strings.
Distinguish between new and malloc and delete and free().
Can we make any program in c++ without using any header file and what is the shortest program in c++.
What is the limitation of cin while taking input for character array?
What is a class template?
In int main(int argc, char *argv[]) what is argv[0] a) The first argument passed into the program b) The program name c) You can't define main like that