Difference between multi-level and multiple inheritance?
Answer Posted / aruna
In C#:
interface is supporting multiple inheritence
class is supporting multi level inheritence.
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is platform independence"?
Explain the feature of c# language?
What are the different states of a thread?
What does void mean unity?
What is the use of oops in c#?
What is lazy loading and eager loading in c#?
What is interface used in c#?
Which of these string definitions will prevent escaping on backslashes in c#?
In a C# class we have a SortedList member m_addinProjects
we want to provide an iterator to allow the consumer of
this class access to the items in the collection. Please
provide an iterator method for the AnalyzeAddinsDLL class
below and an example of how it would be used.
namespace AnalyzeAddinsDLL
{
public class AllAddInProjects
{
private SortedList
Is null == null c#?
who is a protected class-level variable available to?
Is predicate a functional interface?
what is the difference between .dll and .exe
What is data types in c#?
What is integer c#?