Problem
1. Explain Break and continue statements in C++.
- Explanation of Break statement
- Explanation of Continue statement
2. Explain concepts of constructors and destructors with an example.
- Defining Constructor with It's Example
- Defining Destructor with It's Example
3. What is an inheritance? Explain different types of inheritance.
- Defining inheritance
- Types of Inheritance