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
Is c# a backend language?
Is it possible to execute multiple catch block for a single try statement?
Tell me the difference between value passing and address passing?
What is difference between virtual and override in c#?
What is reference types in c#?
How to sign an assembly with strong name?
Explain the use of Mutex in C#?
What is different between Static Constructor and Private Constructor?
What is “using” statement in c#?
Define method overloading in c#?
if we are updating a database using thread, and mean while application crashes or thread being aborted then what will happen in Database? Rollback or Database will be updated? Please explain with different scenario.
What is difference between new and override in c#?
We cannot create instances of static classes. Can we have constructors for static classes?
How big is an int16?
How are delegates chosen?