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 |
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is abstraction with example?
what is the use of template classes in c++
How many types of access specifier in c# and vb.net?
State what is encapsulation and friend function?
I am DeePu sotware engineer working with EMC corporation ,recently I had attended mcafee interview . Their questions were at heights of stupidity , I don't know what they want , I am a developer with 4 year experienced .I am listing the questions asked 1:What is the flag in g++ to avoid structure padding 2:In wht order parameters are passed to stack 3:How you will edit code segment of an exe
What is and I oop mean?
What is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
What are the access specifiers avaible in c++?
Can a destructor be called directly?
what are the uses of C++
what is the definition of incapsulation