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.
Explain the term Data Encapsulation?
Write the difference between unmanaged and managed code?
Briefly describe about XSLT?
In what way we can check/uncheck every item in a CheckedListBox control in the .NET 4.0 framework?
How we can prevent users of the application from editing a text in ComboBox controls in the .NET 4.0?
Explain MaskedTextBox control? And also explain the function of Mask property?
Describe about lambda expressions which are used in LINQ?
Illustrate cross-page posting in an ASP.NET and the function of Server.Transfer() method?
Define is IIS and also explains its uses?
Write the name of two new properties that are further added in an ASP.NET 4.0 Page class?
18,76,764
1937678 Asked
3,689
Active Tutors
1437279
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!