Answer Posted / shadab
Actually Sturcture are internally declared as sealed that's
the reason a class can't inherit it...
for more information go url
http://www.shadab-programminghelp.blogspot.com
Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What are custom exceptions? Why do we need them?
What are the advantages of constructor?
What is a collection in c#?
What are classes in c#?
What is difference between asp net and c# net?
To catch any possible exception What is the C# syntax written ?
What is sqldataadapter in c#?
What is the use of console application in c#?
What is difference between overloading and short circuiting?
Why do we use public static void main in c#?
What is the do while loop code?
Can a child class call the constructor of a base class?
How do you create partial methods?
can you create a function in c# which can accept varying number of arguments
What is call back method?