Can you prevent your class from being inherited and
becoming a base class for some other classes?
Answer Posted / sharif
when a class is sealed it not possible to access the
members of the base call to the derived class?
wat happend when i use insted of sealed, am using the static
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is anonymous method in c#?
Why we use dll in c#?
What is the .NET collection class that allows an element to be accessed using a unique key?
Does c# support parameterized properties?
What is dataview c#?
What is datareader c#?
Can multiple inheritance implemented in c# ?
what is inheritance and an example in vb.net and c# of when you might use it?
Why are dynamic link library used over static one?
When was .net linq added?
Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana
Is string a data type in c#?
What is difference between event and delegate in c#?
What is a hash table c#?
What are the 3 types of comments in c#?