what is an qt4 interface?



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

Post New Answer

More OOPS Interview Questions

Why do we use encapsulation in oops?

0 Answers  


which is platform independent device used in computers

2 Answers  


What is object and example?

0 Answers  


how to write a java program for an output ****0 ***01 **012 *0123 01234

1 Answers  


Whatis the difference between oop and object based language

3 Answers  






What is an interface in oop?

0 Answers  


suppose A is a base class and B is the derved class. Both have a method foo which is defined as a virtual method in the base class. You have a pointer of classs B and you typecast it to A. Now when you call pointer->foo, which method gets called? The next part of the question is, how does the compiler know which method to call?

3 Answers   EA Electronic Arts,


What are generic functions and generic classes?

5 Answers  


What is the real time example of encapsulation?

0 Answers  


What is a unary operator?

5 Answers  


c++ provides classes...and classes do what we want but why then strcut are used...if we say data hiding... it is also provided by c++ in structs then why to prefer clasess

1 Answers   HCL, TCS,


What is Virtual Keyword?

9 Answers   IBM, NA,


Categories