Answer Posted / 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 View All Answers
What is object in oops?
What is data binding in oops?
What is the advantage of oop over procedural language?
2. Give the different notations for the class.\
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What does no cap mean?
What is destructor in oop?
How is polymorphism achieved?
What is the types of inheritance?
How to use CMutex, CSemaphore in VC++ MFC
Which language is pure oop?
What is an example of genetic polymorphism?
What is the renewal class?
Can destructor be overloaded?
What is a class and object?