Pratyasha Sahu
@pratyashasahu
5 published packets
Joined Mar 2021
Published Projects
Destructors using C++
This code helps to understand the concept of destructors i.e to destroy an object using C++
Apr 21, 2021
Defining Member function outside the class defination using C++
This code helps us to understand how to define a member function outside the class definition in C++.
Apr 21, 2021
Friend Function using C++
This code helps to understand the concept of friend function using C++. In this program the friend function is used to find the mean value of a sample.
Apr 21, 2021
Banking Statement using copy constructor in C++
This code helps to understand the concept of copy constructor using C++. A copy constructor is used to when an object is initialized from an existing object.
Apr 10, 2021
Function Overloading using C++
This code helps to understand the concept of function overloading using C++. Two different data types are taken in the code.
Mar 30, 2021