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 are the layouts of ASP.NET Pages?
List out the attributes of an Interface.
Write a major difference between a RadioButton control and a CheckBox control?
What do you mean by the term MISL CODE? Describe in brief.
What do you mean by the term non_deterministic finalization?
Is it possible to write a class without specifying the namespace? Write the namespace to which it belongs by default?
Is it possible for users to define their own exceptions in code?
Which type of code, a client-side or a server-side, is found in the code-behind file of the Web page?
Briefly explain about ToolTip control. In what way we can associate it with another control?
What do you understand by the term states in ASP.NET?
18,76,764
1930929 Asked
3,689
Active Tutors
1442876
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!