Can we create instance for Abstract class?
Answer Posted / sonia bandooni
CREATE A ABSTRACT CLASS USING ABSTRACT KEY
WE CAN CREATE INSTANCE OF ABSTRACT CLASS IN C# .
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can you specify nested classes as partial classes?
What is the advantage of generics in c#?
In which situation(s), the use of "Delegate" is a good idea?
Which operator cannot be overloaded in c sharp?
Is string a data type in c#?
Why do I get a security exception when I try to run my c# app?
Why delegates are safe in c#?
Can you mark static constructor with access modifiers?
What is the difference between ref and out in c#?
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
How do you determine whether a string represents a numeric value?
Does the system.exception class have any cool features?
What is xaml file in c#?
What is default access modifier for class in c#?
What is the difference between static and constant variables?