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


Please Help Members By Posting Answers For Below Questions

How can an improvement in the quality of software be done by try/catch/throw?

804


Explain what is polymorphism in c++?

855


What is the use of vtable?

870


How much do c++ programmers make?

764


Why c++ is better than c language?

778


Can we define a constructor as virtual in c++?

809


Is C++ case sensitive a) False b) Depends on implementation c) True

799


What are static and dynamic type checking?

807


How a new element can be added or pushed in a stack?

783


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

1704


How do you find out if a linked-list has an end?

846


How to declare a pointer to an array of integers?

825


What is the difference between C and CPP?

833


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 .

916


What is #include c++?

761