Abstract classes and its characteristics
Explain abstract classes and List the different characteristics of an abstract class?
Expert
An Abstract class is a class that is not instantiated and is always used as a base class. The characteristics of an abstract class are: a) An abstract class cannot be directly instantiated. This suggests that you cannot create an object of the abstract class; it must be inherited. b) Abstract as well as non-abstract members can be there in an abstract class. c)At least one abstract method should be declared in the abstract class. d) An abstract class is always public. e) It is declared using “abstract” keyword.
The main purpose of an abstract class is to provide a common definition of base class that can be shared by the multiple derived classes.
Briefly explain about PLINQ?
Write the difference between a toolstrip split button and a toolstrip drop-down button ?
Write the difference between the Procedural and Object-oriented programming?
Which event controls are completely loaded?
What do you mean by Cookie?
Elucidate Master Pages in ASP.NET?
Name the parameters which control generally connection pooling behaviours?
Why the UpdateProgress control is used in the AJAX?
Write down in brief the use of console application?
Write down some of the features which are present in the VB 2005?
18,76,764
1944115 Asked
3,689
Active Tutors
1428434
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!