INITIALISATIONwhy cant we initialise data members of class as shown. class items{ private: int x=10; // why is...
ORDER IN WHICH OBJECTS ARE DESTROYEDclass a{--------- ---------}; int main(){ {a q,w,e; } } doubt:in the above pro...
VIRTUAL?in inheritance we can declare base class as virtual base class and as normal base class. what advan...
' '==0char s=0; cout<<s;// prints space if(' '==0){cout<<" space character is equivalent to 0 integer";...
This user does not accept Private Messages