is it possible to inherit a class but methods declared in
the class should not be inheritable i possible how?
Answer Posted / rajni
yes it is possible for method not to inherit make it final.
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
How do you specify a custom attribute for the entire assembly?
If you define a user defined data type by using the class keyword, is it a value type or reference type?
Is java better than c sharp?
What's the difference between WindowsDefaultLocation and WindowsDefaultBounds?
Which is faster hashtable or dictionary?
Can delegates be used as callbacks?
Which .gang of four. Design pattern is shown below?
When should we use sealed class in c#?
Define encapsulation?
Can you access a hidden base class method in the derived class?
What are the classes contained in a single .NET DLL ?
What is a struct in C#?
What do you mean by abstract class in c#?
What is an example of a delegate?
What is the meaning of MSIL?