What?s an abstract clas?

Answer Posted / pushparaj pentakota(anakapalli

the class which is having atleast one abstract method is called abstract class.and we can't create an object on these classes.we have to implement those methods in child class to make that as concreate class.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

List some of the common data providers for ado.net framework?

530


What is c# best for?

611


what will be the output of the given below coding. using System; public class Exercise { static void OddNumbers(int a) { if (a >= 1) { Console.Write("{0}, ", a); a -= 2; OddNumbers(a); } } public static int Main() { const int Number = 9; Console.WriteLine("Odd Numbers"); OddNumbers(Number); Console.WriteLine(); return 0; } }

3517


What is executereader in c#?

556


What is continue in c#?

615






Which attribute is used in order that the method can be used as webservice?

600


Can mvc be used for desktop applications?

584


What is function and method in c#?

603


What is binary search tree in data structure?

550


What is difference between il and dll ?

612


Define multicast c# delegate?

638


Can you inherit multiple abstract classes in c#?

606


Is null c# operator?

641


What is .net c#?

557


What to implement on my class Finalize or IDisposable

636