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
Does a loop recorder have to be removed?
Explain Direct CAST vs CType ?
Can class inherit from struct c#?
what optimizations does the c# compiler perform when you use the /optimize+ compiler option?
What is multiple interface in c#?
Explain static class members.
What can I create with c#?
Explain how do you directly call a native function exported from a dll?
How do I convert a string to an int in c#?
Why do we use polymorphism in c#?
What is the role of the datareader class in ado.net connections?
What are types of constructor?
Define constructor in c#.
What is field in c#?
What are access modifiers used for?