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 is data type and how many types of data types are there in .NET ?
Illustrate different types of inheritance?
State the properties in C# and the advantages that are obtained by using them in programs.
Illustrate the difference between System.Windows.dll and System.Windows.Browser.dll?
State the difference between a class and a structure?
Is it possible to write a class without specifying the namespace? Write the namespace to which it belongs by default?
What are the different ways to manage state in ASP.Net?
Differentiate between object-oriented programming and procedural?
State the use of the Select clause and SelectMany() method in LINQ?
Why is XML InfoSet specification distinct from the Xml DOM? Explain what does the InfoSet attempt to resolve?
18,76,764
1944575 Asked
3,689
Active Tutors
1431664
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!