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.
Briefly describe about variable.
What do you understand by the garbage collection? Explain the difference between garbage collections in .NET 4.0 and its earlier versions.
Explain keywords by giving example.
Explain the term Cloud Computing?
List all templates of a Repeater control?
Explain briefly about server-side comments and also write its syntax?
Describe code access security (CAS)?
Can we enter more than single line in the TextBox control?
List some of the new controls which are introduced in the ASP.NET AJAX Control Toolkit?
How we can dynamically add the user controls to the page?
18,76,764
1942743 Asked
3,689
Active Tutors
1458998
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!