Elective Object Oriented Programming in C++

Object Oriented Programming in C++PU Spring 2023

a) Define Exception handling. Does C++ support multiple catch? Illustrate with suitable programming example. b) Write a program that stores object of student class (assume data g members are roll,…

7
  • a) Define Exception handling. Does C++ support multiple catch? Illustrate with suitable programming example.
  • b) Write a program that stores object of student class (assume data g members are roll, name and university_ name) into a file and read values from the file and display the data in console.
A worked answer is on its wayMeanwhile, read the Object Oriented Programming in C++ notes for this topic.

Discussion

Loading…

More Object Oriented Programming in C++ questions

All Object Oriented Programming in C++ old questions