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
How do you name a variable in c#?
Why do we need static in c#?
What is the keyword used to prevent a class from being inherited by another class?
What is boxing & unboxing?
What is use of abstract class in c#?
What is serialization and deserialization in c# with example?
What is the default boolean value in c#?
To catch any possible exception What is the C# syntax written ?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
Can I define a type that is an alias of another type (like typedef in c++)?
What are the namespace level elements?
What is sqldataadapter in c#?
What are the value types in c#?
What is hash c#?
What is a trace and asset? Explain some differences?