what is data Abstraction? and give example
Answer Posted / niru
It is a process of creating user interface to a application.... so that user can create more than one instance of this application.. in other words making it generic.
Ex : High level programming languages.
GUI's of applications ...ETC
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
How can an improvement in the quality of software be done by try/catch/throw?
Explain what is polymorphism in c++?
What is the use of vtable?
How much do c++ programmers make?
Why c++ is better than c language?
Can we define a constructor as virtual in c++?
Is C++ case sensitive a) False b) Depends on implementation c) True
What are static and dynamic type checking?
How a new element can be added or pushed in a stack?
Write a program which is required to process the time of a clock in hours and minutes, entered from the keyboard. With this program, there are two requirements for any data entered by a user: 1. The data must be of the correct type (in this case, two ints). 2. The data must be in the correct range: this means that, for the minutes, negative numbers and any number above 59 must be rejected; for the hours, negative numbers and any number above 23 must be rejected. Output error message for invalid data input. Output the time one and a half hour after the time input. i.e. Hour: 22 Min: 32 One and a half hour after 22:32 is 00:02
How do you find out if a linked-list has an end?
How to declare a pointer to an array of integers?
What is the difference between C and CPP?
Write a Program for dynamically intialize a 2 dimentional array. Eg:5x20, accept strings and check for vowels and display the no.finally free the space allocated .
What is #include c++?