User profile: prgramr

User info
User name:prgramr
Old user name:atifraheem48
Name:abc
Location:Gujranwala
Bio:n/a
History
Joined:
Number of posts:2
Latest posts:

calling base class func from derived class
if there is a base class has a function "abc()" and a derived class overrides it. How can we call th...

How to assign a const char* to char*
I'm writing a code in which I have to pass a const char* into the class overloaded constructor and t...