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
What is a static in c#?
Define MSIL, and how does it works? Why our developers need an appreciation of it if at all?
What does console mean c#?
write a program to find the biggest palindrome in the given string
What is get set in c#?
Can we inherit sealed class in c#?
if a base class has a number of overloaded constructors, and an inheriting class has a number of overloaded constructors; can you enforce a call from an inherited constructor to a specific base constructor?
What is array and arraylist?
Explain about accessibility modifier 'protected internal'?
What is a variable in c#?
What are the principles of delegation?
Can extension methods access private members?
What is a string in c#?
Explain metadata in c#.
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?