Job Basket Interview Tips
Login
Register
Questions
Unanswered
Tags
Users
Ask a Question
Search Jobs
Welcome to jBasket Interviews, where you can ask questions and receive answers from other members about job interviews and job seeking tips.
Are C# private class-level variables inherited?
+1
vote
A private class-level variable can be inherited by the derived classes or not?
asked
1 year
ago
by
tarantula
(
490
points)
c#
programming
1 Answer
0
votes
Yes, but they are not accessible, so looking at it you can honestly say that they are not inherited. But they are.
answered
1 year
ago
by
anonymous
Related questions
0
votes
0
answers
What’s a delegate/multicast delegate in C#?
asked
1 year
ago
by
stevezhang
(
180
points)
c#
programming
0
votes
0
answers
What’s the difference between the System.Array.CopyTo() and System.Array.Clone() in C#
asked
1 year
ago
by
tarantula
(
490
points)
programming
c#
0
votes
0
answers
Describe the accessibility modifier protected internal in C#
asked
1 year
ago
by
tarantula
(
490
points)
c#
programming
0
votes
1
answer
Are the type system represented by XmlSchema and the CLS isomorphic?
asked
1 year
ago
by
scott
(
560
points)
programming
c#
net
asp-net
0
votes
0
answers
When you inherit a protected class-level variable in C#, who is it available to?
asked
1 year
ago
by
tarantula
(
490
points)
c#