what is the virtual function overhead, and what is it used for ? i hope i can get and appropriate answers, thanks a lot....
6 11513what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use
HCL,
2 7099In 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 14983What 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 14955
What is a class and object?
What is multilevel inheritance?
Which type does string inherit from?
What is new keyword in oops?
What are classes oop?
What is abstraction in oop with example?
Can we create object of interface?
Why polymorphism is used in oops?
What is the difference between static polymorphism and dynamic polymorphism?
what is the sylabus for priliminaries?
How do you achieve runtime polymorphism?
How can you overcome the diamond problem in inheritance?
What are the three parts of a simple empty class?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
What is the renewal class?