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.
Describe the term Address, Binding and contract for WCF Service?
Briefly describe constant.
Specify advantages of the XML schemas over DTD.
Write the name of namespaces which are required to allow the use of the databases in the ASP.NET pages?
Explain about standard query operators in LINQ?
Explain about pixels, points, and em's whenever fonts are exhibited?
What are validation controls? How many validation controls are present in ASP.NET 4.0?
Elucidate Master Pages in ASP.NET?
What is the requirement of Copy Web Site?
In what way we can format dates, numbers and currencies in the text box?
18,76,764
1933595 Asked
3,689
Active Tutors
1456836
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!