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
Name any three ways to pass parameters to a method in c#?
Why cannot you specify the accessibility modifier for methods inside the interface?
Why do we need delegates in c#?
What are the advantages of using partial classes?
Is vs as c#?
What language is arduino?
Can a class be private in c#?
What is c sharp used for?
what happens if you inherit multiple interfaces and they have conflicting method names?
Can a dictionary have the same key?
What is hierarchical inheritance in c#?
if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?
What is static classes in c#?
How big is a float?
What do multicast delegates mean?