what is an qt4 interface?
Answer / niku007
Qt4 interface is a cross platform C++ tool kit mainly used
for GUI. It supports lot of functionalities as well as like
network, database, web application etc
| Is This Answer Correct ? | 6 Yes | 0 No |
When not to use object oriented programming?
What is encapsulation in ict?
#include <iostream> using namespace std; int main() { int a = 3; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][2]; }
Write 7 differences between "Public" function and "Private" function?
What language is oop?
what is Class in oops with example?
What is memory leak and memory corruption?
Write an operator overloading program to Overload ‘>’ operator so as to find greater among two instances of the class.
Why do we use polymorphism?
What is data binding in oops?
what's the basic's in dot net
what is oppes