is it possible to inherit a class but methods declared in
the class should not be inheritable i possible how?
Answer Posted / arunkumar
s it is possible by doing Sealed keyword to the method in
first class
| Is This Answer Correct ? | 21 Yes | 8 No |
Post New Answer View All Answers
Are c# tuples immutable?
How do I calculate relative time?
What are satellite assemblies?
What is the advantage of singleton class?
Explain 'structure padding'?
What is an array of arrays called?
Does c# support multilevel inheritance?
What is hashtable in c# net with example?
Can a abstract class have a constructor?
What do you mean by abstract class in c#?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
How many constructors can a class have in c#?
can you create a function in c# which can accept varying number of arguments
What will be the output of the following code?
Why do I get a "cs5001: does not have an entry point defined" error when compiling?