Note : These all experiments is performend in dev c++ IDE so some syntax may differ from other IDEs.
@github.com/bkkothari2255
PRA_1 To demonstrate use of class
PRA_2 To convert feet into inches using class
PRA_3 Scope resolution operator without using class
PRA_4 Scope resolution operator using class
PRA_5 Use nesting of member function
PRA_6 Use of manipulators and private member function
PRA_7 Print array in ascending order
PRA_8 To demonstrate inline function
PRA_9 To use of default arguments
PRA_10 To compute volume using function overloading
PRA_11 To use of static data members
PRA_12 To demonstrate use of static data member functions
PRA_13 To demonstrate use of array of objects
PRA_14 To pass objects as function arguments
PRA_15 To demonstrate use of friend function
PRA_16 To use friend function with call by reference
PRA_17 A function with call by reference
PRA_18 To demonstrate use of constructors
PRA_19 To demonstrate use of copy constructors
PRA_20 To implement the destructor
PRA_21 To overload binary operators using friend function
PRA_22 To overload binary operators using friend function
PRA_23 To use single inheritance by public derivation
PRA_24 To use single inheritance by private derivation
PRA_25 To demonstrate multilevel inheritance
PRA_26 To demonstrate multiple inheritance
PRA_27 To demonstrate hierarchical inheritance
PRA_28 To demonstrate hybrid inheritance
PRA_29 To implement concept of virtual base class
PRA_30 To use of pointer to objects
PRA_31 To use of this pointer
PRA_32 To use of virtual functions