What?s an abstract class?
Answers were Sorted based on User's Feedback
Answer / guest
A class that cannot be instantiated. A concept in C++ known
as pure virtual method. A class that must be inherited and
have the methods over-ridden. Essentially, it?s a blueprint
for a class without any implementation.
| Is This Answer Correct ? | 12 Yes | 3 No |
Answer / pankaj sharma
an abstract class only contains the relevant informations,
that other class share by inherit the abstract class.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / annie
Abstract class is class which contains both the abstract and concrete method.This class only define the abstract method does not implement it.An abstract method is implemented by its derive class by over-riding that method.An Abstract class does not have any instance.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / guest
th e abstract class is its can't be instainteated,it must
be be inherited
| Is This Answer Correct ? | 0 Yes | 1 No |
What is a c# delegate?
Explain About Assembly in .NET, types of assemblies, their difference, How to register into GAC. How to generate the strong names & its use.
Define Abstract Class in C#
Explain how to use an extender provider in the project.
How do you inherit from a class in C#?
how to add datarow to datatable
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?
What are constants in c#?
What are the steps to create an assembly and add it to the gac?
Is predicate a functional interface?
What are data types in C#?
0 Answers TryTechnicals Pvt Ltd,
What is the and operator in c#?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)