If we have 2 interfaces, say Ix and Iy, and also we have one method in both interfaces with same signature. Now we have to inherit a class from both interfaces so how to access the method of interface Ix or that of Iy.
Latest Answer: When invoking multicast delegates, if any of the implementing methods throws an exception, it will prohibit the pending methods from invocation. A way around this is to explicitly iterate the delegates and invoke them inside a try-catch ...
Latest Answer: We Can handle exception without using Try/Catch Block in Global. asax file.It can be handled in Application_error event. ...
ulong
Latest Answer: System.Int32 ...
Latest Answer: square of value at memory whose address is defined by ptr. ...
Latest Answer: Use System.Net.WebClient Class use UploadFile method provided by the class. It accepts the Uri or string as destination and another parameter as location of file to be uploaded. ...
Latest Answer: Hi All, The different types of access modifiers are 1. private 2. public ...
Latest Answer: Yes - using System; public class Parent{ string parentString; public Parent() { Console.WriteLine("Parent Constructor."); } ...
Latest Answer: Actually, both are same. The difference lies in your preference to call the same thing. Like SQL Server, some call it as "es queue el server", while some call it as "sequel server" ...
If we can'nt make the object of abstract class what is the use of defining of data members and non abstract functions in that abstract class?
View page << Previous 4 5 6 7 [8] 9 10 11 12 13 Next >>

Go Top