Types of Inheritance
Explain the types of Inheritance.
Expert
Inheritance in OOPs is of four types,given as follows:
a) Single inheritance - Holds one base class and one derived class.
b) Hierarchical inheritance - Comprises of one base class and multiple derived classes of the same base class.
c) Multilevel inheritance - Has a class derived from derived class.
d) Multiple inheritance - Has several base classes and a derived class.
All .NET languages supports single, hierarchical, and multilevel inheritance. They do not support multiple inheritance since, in these languages, a derived class could not have more than one base class. Though, multiple inheritance in.NET can be implemented with the help of interfaces.
What are validation controls? How many validation controls are present in ASP.NET 4.0?
Explain why SiteMapPath control is being referred as eyebrow or breadcrumb navigation control?
Which method is used to kill explicitly the users session?
By which method we can sign out from the forms authentication?
Differentiate between the ComboBox control and the ListBox control?
Briefly describe navigation controls. List the navigation controls that are present in ASP.NET 4.0?
Write main difference between classic ADO and ADO.NET?
Write the importance of the Button control?
Explain the term multilingual Web site?
What do you mean by ASP?
18,76,764
1944864 Asked
3,689
Active Tutors
1435078
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!