is it possible to inherit a class but methods declared in
the class should not be inheritable i possible how?
Answer Posted / bikas pandey
Let The Class To Public And The Method To Be Sealed
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Write the difference between TypeOf and GetType?
Does c# have primitives?
How C# 4.0 supports dynamic programming language?
I wish to create a windows application to perform a similar function as that of the "Search" which is provided to look for related files and folders in the System.. What steps must i follow??
What is uint c#?
Can an exception be thrown from a catch block?
Can abstract class instantiated c#?
Does c# support properties of array types?
What I can do with c#?
What is namespace in oops?
What is a partial class in c#?
What is the use of GC.KeepAlive Method?
Is enum a value type c#?
Explain the clr triggers?
what is generics? can u explain 5 to 6 examples on generics that covers class,method,structure,list,delegates?