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.
Differentiate between sliding-time expiration and absolute expiration?
Describe code access security (CAS)?
What is the function of DialogResult property of the Button control?
What is the function of "EnableViewState" property? Why do we require it On or Off?
List the usages of Command object in ADO.NET?
Explain why does an organization needs to manage the workloads?
Explain the use of Copy Project command?
Explain about the different services provided by the DLR to CLR.
What is the concept of CAS?
What are the various ideas given by delegate? Describe in brief.
18,76,764
1928939 Asked
3,689
Active Tutors
1450096
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!