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.
Elucidate Role based security?
Describe the appSettings Section which contains in a web.config file?
State role that XSL plays when it dynamically generates HTML pages from the relational database.
Explain about pixels, points, and em's whenever fonts are exhibited?
Illustrate in brief the main difference between Navigation application and XBAPs in the WPF?
What is meant by the term Global Assembly Cache (GAC)?
What is connection pooling? And name the pre-requisites used for connection pooling?
The controls are fully loaded in which event?
Briefly describe about data type?
What is the way to identify that a Page is Post Back?
18,76,764
1936861 Asked
3,689
Active Tutors
1440166
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!