You are on page 1of 1

School of Computer Science & Engineering

Semester: Intra Semester 2023-24


Subject: Object Oriented Programming, Subject Code: CSE2015
Assignment 5

NAME:
Registration No:
/* your name, reg no */

1. Write a C++ program Illustrating Class Declarations, Definition, and


Accessing Class Members.
2. Write a C++ program to implement array of objects.
3. Write a C++ program that demonstrates the use scope resolution operator.
4. Write a C++ program to illustrate default constructor, parameterized
constructor.
5. Write a C++ Program to show how a parameterized constructor can be
called. Demonstrate the use of Destructor by writing another program.
6. Write a C++ program to show how a member function can be called by
using “this” keyword by writing a program.

You might also like