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.
Specify the requirements to run ASP.NET AJAX applications on the server?
Name the events that are fired during a page load?
Differentiate between publishing and deploying an application?
Briefly explain Application Cache?
What is meant by Delegate?
When.NET was developed?
Name the latest features of the ADO.NET Entity Framework 4.0?
State the parameters which controls most of connection pooling behaviors?
Describe the function of a SizeMode property of a PictureBox control?
Briefly explain round trip?
18,76,764
1926129 Asked
3,689
Active Tutors
1425253
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!