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
What is concrete class in c#?
What is COM Interoperability?
What is difference between const and static in c#?
What is difference between gridview and form view?
What are the different types of delegation?
Describe the parts of assembly.
Are there constructors in c sharp?
Can I define a type that is an alias of another type (like typedef in c++)?
What are regular expressions? Search a string using regular expressions?
What is interface inheritance?
What is the purpose of namespace in c#?
Where is the keyword void used?
How do you prevent a method from being overridden in c#?
What is difference between yielding and sleeping?
Explain how to add controls dynamically to the form using c#.net.