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 the difference between globalization and localization?
Write about the AJAX and JavaScript?
Mention different types of data providers available in .NET Framework.
How can CAS be turn-on and turn-off?
Briefly describe the ADO.NET architecture?
Define the roles of CLR in .NET Framework and also explain the responsibilities?
Explain how VB Implements the Disconnected Architecture as similar to VB.Net?
State the difference between Managed and Unmanaged Code?
Describe in brief regarding the performance of Visual basic?
Explain why SiteMapPath control is being referred as eyebrow or breadcrumb navigation control?
18,76,764
1941323 Asked
3,689
Active Tutors
1428592
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!