Different types of inheritance
Illustrate different types of inheritance?
Expert
OOP contains four types of inheritance:
i. Single inheritance – It contains one derived class and one base class . ii. Hierarchical inheritance – It contains multiple derived classes of a similar base class and one base class iii. Multilevel inheritance – It contains a class derived from the derived class iv. Multiple inheritance – It contains many base classes and the derived class
All .NET languages hold single, hierarchical, and multilevel inheritance. They do not support multiple inheritances since in these languages; the derived class cannot contain more than single base class. Though, we can apply multiple inheritance in .NET through interfaces.
Briefly describe deployment?
State the basic features of OOPs.
Write few characteristics of ADO.NET Entity Framework 4.0.
Write the name of the control that you will use to make sure which values in the two different controls match?
Specify various states of the XMLHttpRequest along with their description.
What is Class?
Explain Windows services?
Define Query String? Explain its advantages and disadvantages?
Explain about the ASP.NET AJAX Framework.
Write about the Dynamic update?
18,76,764
1947790 Asked
3,689
Active Tutors
1436932
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!