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
What does || mean in programming?
What is default method in c#?
What is func c#?
What is gac? What are the steps to create an assembly and add it to the gac?
Why do we use inheritance in c#?
Define strong name in c#?
What will be the output of the following code?
What is regex replace in c#?
What is a lambda expression in c#?
What are native methods?
What is datarelation c#?
Is list passed by reference c#?
What is difference between var dynamic and object in c#?
In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?
What is short in c#?