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.
Differentiate between fragment caching and page-level caching?
Write the difference between System.StringBuilder and System.String classes?
Explain Common Type System (CTS)?
Describe the term Cloud?
What is HTML server control in ASP.NET?
What is covariance and contra-variance in .NET Framework 4.0 with example for each.
In what way we can display the icon during runtime on a StatusStrip control?
Write down some of the Features of WPF in brief.
List the types of data types that are present in .NET?
What is meant by the DTD?
18,76,764
1943791 Asked
3,689
Active Tutors
1412894
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!