Can we create instance for Abstract class?
Answer Posted / pankaj nayal
@Ahmadjad
we can implement multiple inheritence through interface....
if you want to say some other thing just let us know...!!
public class a extends b implements c
{
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is c# int immutable?
What are generations and how are they used by the garbage collector?
What is collection class c#?
What is global namespace in c#?
What is delimiter in c#?
Which is the best language for desktop application?
Can properties be static in c#?
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?
What is the difference between virtual and override in c#?
What is the difference between CONST and READONLY?
What are instance fields in c#?
What is a callback c#?
What is the use of properties window?
What is difference between a constant and read-only in C#?
How are Windows programs different from normal C-programs?