Answer Posted / irfan
Sealed classes cannot be inheritted by parent class and
sealed methods cannot be ovrriden
| Is This Answer Correct ? | 24 Yes | 18 No |
Post New Answer View All Answers
Why do you call it a process? What’s different between process and application in .net, not common computer usage, terminology?
Is it true that all c# types derive from a common base class?
How do I declare a pure virtual function in c#?
If you define a user defined data type by using the class keyword, is it a value type or reference type?
Why do we need constructors?
What is asynchronous one-way calls?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
Explain 'structure padding'?
What is class method c#?
What is the default value of boolean variable?
What is the difference between const and static read-only?
What is ienumerable <> in c#?
Please write a program to display “welcome to bestinterviewquestion.com” in c#?
Are string objects mutable or immutable?
How many bytes is a char c#?