is it possible to inherit a class but methods declared in
the class should not be inheritable i possible how?
Answer Posted / bikas pandey
Let The Class To Public And The Method To Be Sealed
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Where is c# compiler located?
What is the difference between class and namespace?
What does clr stand for?
How do I join one form to another in c#?
What is the default value of singleordefault?
What is Co- and Contra-Variance in C#?
How do you clear a list in c#?
What is difference between constants and read-only?
What are native functions?
What is the major difference between a custom control and user control?
What is c# commonly used for?
Why do we use anonymous method in c#?
How do I port "synchronized" functions from visual j++ to c#?
How does c# generics and c++ templates compare?
Structs are largely redundant in c++. Why does c# have them?