what is the virtual function overhead, and what is it used for ? i hope i can get and appropriate answers, thanks a lot....
6 11520what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use
HCL,
2 7102In the following declaration of main, "int main(int argc, char *argv[])", to what does argv[0] usually correspond? 1) The first argument passed into the program 2) The program name 3) You can't define main like that
6 14986What is the output of the following code:
int v()
{
int m=0;
return m++;
}
int main()
{
cout<
What is the correct syntax for inheritance? 1) class aclass : public superclass 2) class aclass inherit superclass 3) class aclass <-superclass
6 14964
Templates mean
What is oops and its features?
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 is difference between multiple inheritance and multilevel inheritance?
What are the components of marker interface?
What is pointer in oop?
What is oops with example?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What is class in oop with example?
How long to learn object oriented programming?
What is difference between abstraction and encapsulation?
What is the types of inheritance?
Write a c++ program to display pass and fail for three student using static member function
What is class and example?
What is difference between data abstraction and encapsulation?