Answer Posted / sridevi
Abstract class is the class which can not be instantiated
but ca be derived. it can contain concreat and absract
methods
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are expressions c#?
How to add controls dynamically to the form using c#.net.
Explain synchronous and asynchronous operations?
What is using keyword?
Can a string be null c#?
What is strong name assembly?
Can you create an instance of a static class?
Please explain value types and reference types used in c#?
What is the difference between returning iqueryable vs ienumerable?
What are the namespace level elements?
Describe how a .net application is compiled and executed
What is different between Boxing and Unboxing?
What is written in c#?
Does console.writeline() stop printing when it reaches a null character within a string?
What are the applications of c#?