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
Explain the difference between user control and custom control. Also, explain their use.
Are c and c# the same thing?
Can var be null c#?
What is the difference between struct and class c#?
What is the base class from which all value types are derived?
Is array passed by reference in c#?
What are the basics of c#?
When is a class declared as a class abstract?
What is global asax in c#?
What are reflections in c#?
C# called c sharp why?
Does c# have its own class library?
What is generic in c#?
Can we have multiple threads in one app domain?
What is out int in c#?