manisha banerjee
June 22nd, 1999, 02:20 AM
please answer me this question:
how is the memory allocated for this:
class A
{
int a;
int b;
float c;
void finc();
virtual func1();
}
A *ptr = new A
how is the memory allocated for this:
class A
{
int a;
int b;
float c;
void finc();
virtual func1();
}
A *ptr = new A