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 it mean?
Why do we need constructor?
What is use of FormBoarderStyle Propertie
If you donot specify an access modifier for a method, what is the default access modifier?
When should you use generics?
What are boxing and unboxing?
Why we need get set property in c#?
What are data types with examples?
Is everything an object c#?
Is c# a technology?
What is array c#?
What is type checking in c#?
Explain the different types of delegates used in c#.
Define Virtual folder?
What are object pooling and connection pooling and difference between them?