0% found this document useful (0 votes)
35 views

Maratha Mandal Engineering College, Belagavi Assignment-2: Module 3,4

This document contains a list of 10 questions about object-oriented programming concepts in C++ for an assignment. The questions cover pointers to members and member functions, constructors, copy constructors, operator overloading, function prototypes, inline functions, function overloading, and a program to calculate the area of a triangle using a class. Students are asked to explain each concept and provide examples in their responses. The assignment is for a 5th semester electronics and communications engineering course at Maratha Mandal Engineering College in Belagavi, India.

Uploaded by

Tushar Bedke
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views

Maratha Mandal Engineering College, Belagavi Assignment-2: Module 3,4

This document contains a list of 10 questions about object-oriented programming concepts in C++ for an assignment. The questions cover pointers to members and member functions, constructors, copy constructors, operator overloading, function prototypes, inline functions, function overloading, and a program to calculate the area of a triangle using a class. Students are asked to explain each concept and provide examples in their responses. The assignment is for a 5th semester electronics and communications engineering course at Maratha Mandal Engineering College in Belagavi, India.

Uploaded by

Tushar Bedke
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Maratha Mandal Engineering College, Belagavi

Department of Electronics And Communication Engg.


Assignment-2

Subject: Object Oriented Programming using C++ Sem: 5th

Sub. Code: 15EC562 Issue date:

Submission date:

MODULE 3,4

1. Explain the concept of pointer to member & member functions?

2. Define a Constructor with an example & state its characteristics with a program?

3. Explain the concept of Multiple constructor in a class with some examples?

4. Explain the concept of Copy constructor with a program & Dynamic constructor with an example?

5. Define Operator Overloading & explain overloading of unary & binary operators with an examples?

6. How Manipulation of strings is done using operators ,explain with an example?

7. Explain function prototype. With example explain call by value and call by reference.

8. What are inline functions and why they are used? Explain with an example.

9. Explain the concept of function overloading with examples and a program.

10. Write a C++ program to find the area of triangle using a class with the member functions declared
inside the class and outside the class.

OBE Auditor Staff Name: Tushar Bedke


Signature with date Signature with date

You might also like