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.
What do you mean by the term Routed event?
What is HTML server control in ASP.NET?
Specify the similarities between a class and a structure.
Name some of the binders which are offered by .NET Framework 4.0.
What is the function of "EnableViewState" property? Why do we require it On or Off?
Specify the requirements to run ASP.NET AJAX applications on the server?
Differentiate between the ComboBox control and the ListBox control?
Briefly explain about Web server controls in ASP.NET?
Explain the role of CLR in .NET Framework.
Describe briefly about ASP or Active Server Pages?
18,76,764
1922096 Asked
3,689
Active Tutors
1419942
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!