Types of Inheritance
Explain the types of Inheritance.
Expert
Inheritance in OOPs is of four types,given as follows:
a) Single inheritance - Holds one base class and one derived class.
b) Hierarchical inheritance - Comprises of one base class and multiple derived classes of the same base class.
c) Multilevel inheritance - Has a class derived from derived class.
d) Multiple inheritance - Has several base classes and a derived class.
All .NET languages supports single, hierarchical, and multilevel inheritance. They do not support multiple inheritance since, in these languages, a derived class could not have more than one base class. Though, multiple inheritance in.NET can be implemented with the help of interfaces.
How an ellipse is created, which is non- rectangular window?
What are Binders ?
What setting should be added in a configuration file to reject the particular user from accessing secured resources?
Write main difference between classic ADO and ADO.NET?
Define the execution process of managed code?
What is the requirement of Copy Web Site?
Illustrate the advantages of ASP.Net?
Explain what is a Static Constructor?
Write the differences between HTML and XML.
Describe the meaning of Serialization and Deserialization and its utilization?
18,76,764
1960486 Asked
3,689
Active Tutors
1425277
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!