You are on page 1of 2

OOPS Program Assignment

Write all Program code with output .


Q.1 Write a program in C++ implements a Structure program?
Q.2 Write a program in C++ to show the concept of structure with in Array?
Q.3 Write a program in C++ to show the concept of structure with Array?
Q.4 Q.3 Write a program in C++ to show the concept of structure within a Structure?
Q.5 Q.3 Write a program in C++ to show the concept of structure with pointer?
Q.6 Write a program in C++ implements the concept of class & object?
Q.7 Write a program in C++ to show the concept of class, member function defined
inside the class?
Q.8 Q.7 Write a program in C++ to show the concept of class, member function defined
outside the class?
Q.9 Write a program in C++ implements the concept Array within a class?
Q.10 Write a program in C++ implements the concept Array of objects?
Q.11 Write a program in C++ implements the concept object as function Arguments?
Q.11 Write a program in C++ implements the concept friend Function & Friend
classes?
Q.12 Write a program in C++ implements the concept pointer to member function?
Q.13 Write a program in C++ implements the concept constructor with arguments &
Destructor?
Q.14 Write a program in C++ implements the concept of copy constructor?
Q.15 Write a program in C++ implements the concept Paremeterized Constructor?
Q.16 Write a program in C++ implements the concept Single lavel Inheritance? Q.17
Write a program in C++ implements the concept Multi lavel Inheritance?
Q.18 Write a program in C++ implements the concept Multiple Inheritance?
Q.19 Write a program in C++ implements the concept Hierarchical Inheritance?
Q.20 Write a program in C++ implements the concept Hybrid Inheritance?
Q.21 Write a program in C++ implements the concept Virtual Base Class?
Q.21 Write a program in C++ implements the concept Virtual Function?
Q.22 Write a program in C++ implements the concept Pure Virtual Function?
Q.23 Write a program in C++ implements the concept Function Overloading?
Q.24 Write a program in C++ implements the concept Inline Function?
Q.25 Write a program in C++ implements the concept this Pointer?
Q.26 Write a program in C++ implements the concept Unary Operator Overloading?
Q.27 Write a program in C++ implements the concept Binary Operator Overloading?
Q.28 Write a program in C++ implements the concept Unary Operator Overloading
with Friend Function?
Q.29 Write a program in C++ implements the concept Binary Operator Overloading
with Friend Function?
Q.30 29 Write a program in C++ overload Increment (++) & Decrement (--) Operator?
Q.31 Write a program in C++overload Strem Insertion(<<) & Stream Extration(>>)
operator?
Q. 32 Write a program in C++ implements the concept Constant Data Member?
Q.33 Write a program in C++ implements the concept Constant Member Function?
Q.34 Write a program in C++ implements the concept Static Data Member?
Q.35 Write a program in C++ implements the concept Static Member Function?
Q.36 Write a program in C++ implements the concept Exception Handling(with use the
Try,Throw & Catch Keyword)?
Q.37 Write a program in C++ implements the concept Function Template?
Q.38 Write a program in C++ implements the concept Class Template?
Q.39 Write a program in C++ implements the concept of New & Delete Operator?
Q.40 Write a program in C++ Creating A File and Display Data From File?
Q.41 Write a program in C++ Creating A File and Perform Input & Output Operation in
the File?
Q.42 Write a program in C++ Creating a File and Perform Read & Write Operation in
the File?

You might also like