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.
State the function of the “Try-Catch-Finally” block
How to identify that whether any changes are made or not to a DataSet object while it was last loaded?
State some of technologies that are utilized within the AJAX?
Explain the disconnected architecture of the ADO.NET's data access model.
What is meant by the Runtime services?
What are the layouts of ASP.NET Pages?
Explain about the rules and regulations which should be followed when creating the well-managed XML document.
Write the name of the class that manages event and layout of every ToolStrip elements?
Describe in brief regarding the Visual basic.NET?
Explain what is meant by CTS, and how it is related to the CLS?
18,76,764
1931896 Asked
3,689
Active Tutors
1416575
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!