what is abstract class and method..
Answers were Sorted based on User's Feedback
Answer / asif aslam
Abstract class start with the keyword abstract,we can't
create direct instantiate of the abstract class,an abstract
class may contain the pure virtual,abstract function.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / shivanand arur
Abstract class is a class which can have both, abstract and non-abstract methods. Abstract methods are the one's which are just declared in the class but does not have any body inside it. The abstract classes are defined by a keyword "abstract". The class which inherits this abstract class, has to declare the method in it and has to give its function body...An abstract class cannot be instantiated and its methods are internally virtual.
Interfaces are always chosen over these abstract classes since interfaces provide multiple inheritance but once a class is inherited that class cannot inherit any other class.
| Is This Answer Correct ? | 1 Yes | 0 No |
3. What goals do you have in your career?
What is data cache in sql server?
Is it possible to apply themes to an asp.net application? If yes, then how?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
What are two ways that you can set the minimum and maximum values for a rangevalidator? When would you use each technique?
What is an asp.net validator? And, mention its types.
What is simple data binding?
How many classes can a single .NET DLL contain?
How do you relate an aspx page with its code behind page ?
4 Answers Accenture, BirlaSoft,
Where the cookie value is stored?
How do you initiate validation on the server manually? What are two situations when you might you want to do that?
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)