Answer Posted / payal mehta
Abstract class is a class,it contains one or more
abstract method but it doesn't have any implementation.
A class that cannot be instantiated.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of using c#?
What is anonymous class in c#?
What are types of constructor?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
What is boxing in c#?
list the steps in code compilation in c#?
What is readline c#?
What is xor operation?
What is a long in c#?
Why do we use yield in c#?
what is the difference between interface and multiple interface?
Illustrate the differences between the system.array.copyto() and system.array.clone()?
Explain clr in brief.
What is c sharp language?
Can we customize the serialization process?