what is meant inheritance. can you exaplain what kind
inhertance ussed in your project
Answer Posted / amrish
Acquiring properties from parent class to child class.
in every form that we create inherits from predefined parent form.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can we create instance of private class in c#?
What are native methods?
What is difference between method and function in c#?
What is the difference between returning iqueryable vs ienumerable?
How much time will it take to learn unity?
Are constructors inherited c#?
What is msil in c#?
What is the solution if you need to manipulate sets of items?
What is difference between out and ref in c#?
What's the difference between System.String and System..StringBuilder in C#?
Are arrays immutable c#?
Which class comes after the SortedList class?
Can you put two constructor with the same structure in a class?
What is the difference between static and private constructor in c#?
What is the system namespace?