0
Answer

c# prog for inheritance

Shraddha Bhat

Shraddha Bhat

11y
1k
1
Use Inheritance to create an exception base class and various exception –derived classes.Write a program
to demonstrate that the catch specifying the base class catches derived –class exceptions.