Are private class-level variables inherited?
Answer Posted / suresh.gv
Yes Private Variables are inherited to the Derived Class.
But we can't access them on Derived Class
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Do we get an error while executing the “finally” block in c#?
Name the two classes are required for implementing a windows service?
Explain dataadapter.update method in .net?
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?
How garbage collection deals with circular references.
Describe a Struct ?
What are the 2 broad classifications of fields in c#?
Can we have 2 main methods in c#?
Why do we use void in c#?
Why is it efficient to use System.string under System.Text.StringBuilder ?
What are properties in c#. Explain with an example?
What are the 4 pillars of any object oriented programming language?
Explain clr in brief.
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
What is the difference between static class and sealed class in c#?