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.
Name the latest features that added in .NET Framework 4.0?
What do you mean by the term Transport and Message Reliability?
Briefly describe the ADO.NET architecture?
Define the term Manifest?
Explain the function of WebpartListUserControlPath property of the DeclarativeCatalogPart control?
What are public and private cloud?
Is it possible for users to define their own exceptions in code?
Name the methods of DataView class?
Describe in brief regarding the performance of Visual basic?
Explain the role of a DISTINCT clause in the LINQ query?
18,76,764
1944458 Asked
3,689
Active Tutors
1411775
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!