User: Rayan jutt

  • Public profile

User profile: Rayan jutt

User info
User name:Rayan jutt
Old user name:Nabeel Nazir
Name:Rayan jutt
History
Joined:
Number of posts:24
Latest posts:

why we don't make pointer of child/derived class which points to base class ?
I am not very much familiar with hex numbers so i am not sure what that does mean ! you may explain ...

why we don't make pointer of child/derived class which points to base class ?
if we print value of p it will print 00cofefc on console if we print value of s it will print 00coff...

can we add these ?
It will Add two matrix objects , simply you can say that add two matrices and return resultant matri...

Why we not go for private and protected Inheritance in c++ ?
@ Duoas and @ andywestken (3106) answer these as well kindly ! http://www.cplusplus.com/forum/gener...

can we add these ?
[code] class Matrix1 { Protected: int ** data; int row,col; Public: }; Class Matrix2 : P...

This user does not accept Private Messages