Abstract class should be inherit always, If you don't want to inherit then mark sub class as abstract class using abstract keyword.
Subscribe to:
Post Comments (Atom)
Write a program to reverse a string? using System; namespace ConsoleApp1 { class Program { static void Main(string[] args) ...
-
Write a program to reverse a string? using System; namespace ConsoleApp1 { class Program { static void Main(string[] args) ...
-
This is interview question which is asked in many interviews. Let’s see what Singleton is. Singleton is design pattern, which allow us...
-
Here are a few tips to improve the performance of your ASP.Net application. Viewstate View state is the wonder mechanism that shows the...
No comments:
Post a Comment