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.
What is Class?
Explain about the DataAdapter.Update() and DataSetAcceptChanges() methods.
Specify the new features involved in the Microsoft AJAX library?
Name the values that can be allocated to a DialogResult property of the Button control?
What is meant by Delegate?
Explain about the DataContext class and also how it is related to the LINQ?
What is the role of the DynamicPopulateExtender control?
What is connection pooling? And name the pre-requisites used for connection pooling?
What is meant by the term Assembly?
Write the name of event which determines that all controls are completely loaded into the memory?
18,76,764
1940242 Asked
3,689
Active Tutors
1425974
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!