![]() Related Questions Latest Answer : 1. Abstract class can have method with implementation, interface can only have method definitions2. You can inherit multiple interface but cannot inherit multiple abstract class ... Read Answers (4) | Asked by : Prasad Tags : Abstract Latest Answer : To support multiple inheritence.As interfaces support multiple inheritance ... Read Answers (3) | Asked by : Abhijit Khalate Latest Answer : Partial class allows developers to split a class into multiple files.ex:public partial class A{ A() { //constructor here }}Suppose another ... Read Answers (1) | Asked by : Somnath Das How Handle error if interface A,B are extended in class C. If class C using one function that is in A Interface if any error occurs in function how do you handle it? Latest Answer : Interfaces can have function body. If the body of the function is provided you can handle the exception in the function in interface A using try catch statements. OR Handle the exception in class C where the function of interface A is called using try ... How will you access private members of a class without using Reflection? Latest Answer : By using deligates ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||