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 |
Why do we use encapsulation in oops?
which is platform independent device used in computers
What is object and example?
how to write a java program for an output ****0 ***01 **012 *0123 01234
Whatis the difference between oop and object based language
What is an interface in oop?
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?
What are generic functions and generic classes?
What is the real time example of encapsulation?
What is a unary operator?
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
What is Virtual Keyword?