JanaGanaMana
Register
Login
What's the difference between an interface and abstract class?
What are valid signatures for the Main function?
What's the difference between struct and class in C#?
What happens when you encounter a continue statement inside the for loop?
About ASP.Net process
What methods are fired during the page load?
In the interface all methods must be abstract, in the abstract class some methods can be concrete.
In the interface no accessibility modifiers are allowed, which is ok in abstract classes.