Question: 1. Explain the two types of polymorphism in C# with examples. 2. Describe howa .Net application is compiled and executed. 3. Explain public, private
1. Explain the two types of polymorphism in C# with examples. 2. Describe howa .Net application is compiled and executed. 3. Explain public, private and protected access modifiers in C#. 4. What is an Exception in .NET? How an exception is handled? Explain with an example.
Step by Step Solution
3.46 Rating (159 Votes )
There are 3 Steps involved in it
1 Compile Time or Static Polymorphism With Method Overloading static polymorphism is achieved in ObjectOriented Programming languages that allow the programmer to implement various methods The names t... View full answer
Get step-by-step solutions from verified subject matter experts
