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.
Illustrate the difference between Web.Config and Machine.Config and where it will be?
Write main difference between classic ADO and ADO.NET?
Explain the use of a CommandBuilder class?
Describe the meaning of Serialization and Deserialization and its utilization?
Name the method that offers a functionality to display the dialog box during runtime?
Illustrate the terms validation controls?
Explain what is C#?
Is there a technique to suppress the finalize process within the garbage collector forcibly in .NET?
Explain the term Merge Module projects?
Briefly describe about data type?
18,76,764
1952097 Asked
3,689
Active Tutors
1413066
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!