How do you implement Inheritance in dot net ?
Answer Posted / tarun kumar
In c# we include the " : "
here example
class class1
{
----
----
----
}
class class2 : class1
{
-----
-----
-----
}
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is a reference type c#?
What do multicast delegates mean?
What are the 2 broad classifications of data types available in c#?
Can main method be final?
Is .net and c# the same?
Explain about generics in c#.net?
What is difference between array and collection?
What are escape sequences explain with example?
What is string interpolation in c#?
What does immutable mean in c#?
What can be done with c#?
Can an interface extend a class c#?
What is the compiler of c#?
Explain dataset.acceptchanges method in .net?
What is desktop GUI application?