Quantcast
Channel: Que Forum - Blogs - Sanvi
Browsing latest articles
Browse All 2 View Live

Inheritane and Friend Functions

The private and protected members of a class cannot be accessed from outside the same class but it is not applicable for FRIEND functions The friend functions or classes declared with the friend...

View Article



Copy constructors and assignement operators in c++

Copy Constructor A copy constructor is a special constructor for a class/struct that is used to make a copy of an existing instance. The below are the syntaxes of the copy constructors Code:...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images