How can we main a Class as base class,i.e not inherited
further?{please Dont tell using Sealed class,any other way}
Answers were Sorted based on User's Feedback
Answer / suman k dey
Instead of sealed we can use static class.
Is This Answer Correct ? | 17 Yes | 3 No |
Answer / palash
Very Simple....
Create one private Constructor inside the class then we are
not create any object of that class.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / jay
final is an identifier valid in java, c# has sealed.
while its true that marking base CTOR as private makes
deriving from that class impossible, you SHOULD use sealed
for that purpose.
Reason is that "sealed" allows for some neat compiler
optimization.
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / arun
using final keyword....i am not sure whether this works in
c# or not...
Is This Answer Correct ? | 0 Yes | 4 No |
Explain inheritance in c#?
What is use of a HashTable in .NET?
Is array reference type / value type?
What are the return types in c#?
What is scavenging?
How does aspect oriented programming work?
What are functions c#?
Why do we use virtual methods in c#?
How do I format in c#?
What is the advantage of singleton class?
What is a .aspx file?
Explain About disco and uddi