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.
Write down some of the Features of WPF in brief.
Name the different types of authentication techniques which are used in the connection strings to connect the .NET applications with the Microsoft SQL Server?
Explain about the UpdatePanel control.
Specify the pre-requisites for connection pooling?
What we can do to allot page specific attributes in the ASP.NET application?
Is it possible to write a class without specifying the namespace? Write the namespace to which it belongs by default?
Name the events that are fired during a page load?
Describe the term Address, Binding and contract for WCF Service?
Describe in brief regarding the visual basic?
Describe four workflow principles?
18,76,764
1958466 Asked
3,689
Active Tutors
1443976
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!