what is the virtual function overhead, and what is it used for ? i hope i can get and appropriate answers, thanks a lot....
6 11534what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use
HCL,
2 7122In 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 15014What 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 14984
What is a function in oop?
What are the 4 main oop principles?
What is difference between abstraction and encapsulation?
What is difference between inheritance and polymorphism?
Can we create object of abstract class?
Explain virtual inheritance?
What is the real time example of inheritance?
What is difference between oop and pop?
What is abstraction encapsulation?
Why do we use inheritance?
Get me a number puzzle game-program
#include
i got a backdoor offer in process global,Bangalore..Can i work with it?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
What are the types of abstraction?