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


Please Help Members By Posting Answers For Below Questions

Name any three ways to pass parameters to a method in c#?

682


Why cannot you specify the accessibility modifier for methods inside the interface?

661


Why do we need delegates in c#?

702


What are the advantages of using partial classes?

704


Is vs as c#?

684


What language is arduino?

715


Can a class be private in c#?

689


What is c sharp used for?

661


what happens if you inherit multiple interfaces and they have conflicting method names?

652


Can a dictionary have the same key?

699


What is hierarchical inheritance in c#?

650


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?

702


What is static classes in c#?

695


How big is a float?

677


What do multicast delegates mean?

703