what is the virtual function overhead, and what is it used for ? i hope i can get and appropriate answers, thanks a lot....
6 11759what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use
HCL,
2 7254In 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 15245What 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 15193
What is the difference between procedural programming and oops?
what are the ways in which a constructors can be called?
What is polymorphism what are the different types of polymorphism?
How Do you Code Composition and Aggregation in C++ ?
What are the benefits of interface?
What is inheritance in simple words?
What are different oops concepts?
What is multilevel inheritance?
Why multiple inheritance is not possible?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< can we make game by using c
What polymorphism means? What is protected in oop? What is Difeerence between List obj=new ArrayList(); and
ArrayList obj=new ArrayList()? What is object in oops?