![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() 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 : Question is not correct, Interfaces doesnot have method body, so there is nothing to handle. ... How will you access private members of a class without using Reflection?
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||