what is data Abstraction? and give example
Answer Posted / rathna
data abstraction is a process of collecting essential
details which are relavent to the application and
neglecting other details.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the use of default constructor?
Define a pdb file.
What causes a runtime error c++?
daily Routine of father
What are the various operations performed on stack?
Is java made in c++?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
why is c++ called oops? Explain
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
Where is atoi defined?
Explain the difference between c++ and java.
What is the array and initializing arrays in c++?
There are 100 students in a class. The management keep information in two tables. Those two tables are given like Roll no Name Age 001 ABC 15 002 XYZ 14 and Roll No Subject Marks 001 Math 75 001 Physics 55 002 Math 68 001 Hindi 69 They want the information like this Roll No Name Hindi Physics Math Total 001 ABC 69 55 75 199 002 XYZ 68 74 84 226 And Roll No Suject Highest 001 Math 98 007 Physics 84 021 Hindi 74 All 275 All information is kept in structure in main memory. You have to find last two tables.
What programming language should I learn first?
Do you know what are pure virtual functions?