Answer Posted / pushparaj pentakota(anakapalli
by using properties we can access private variables but we can't inherit private class members to another class we can access.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is default value of bool in c#?
Can you instantiate an abstract class c#?
Is Multiple-inheritance supported by c#?
What is difference between array and collection?
What is int tryparse in c#?
What is verbatim literal in c#?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
Is arraylist generic in c#?
What is JIT (just in time)? how it works?
What is a satellite assembly in c#?
What is the syntax for calling an overloaded constructor within a constructor?
what is the difference between interface and multiple interface?
What is yield break in c#?
What is c-sharp (c#)?
Why delegates are required?