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 culture and and UICulture values?
Write down the code for selecting an item in ListView control programmatically in the C#?
In what way we can disable a context menu for the TextBox control?
List out the different components of an assembly.
Explain what would you do to get rid of Microsoft visual basic name space?
Describe in brief regarding the performance of Visual basic?
Elucidate the types of Authentication?
What is connection pooling? And name the pre-requisites used for connection pooling?
List the various techniques to authenticate the user in ASP.NET?
Write about the Satellite Assembly?
18,76,764
1953347 Asked
3,689
Active Tutors
1425988
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!