P
P
ProblemBook.NET
Search…
P
P
ProblemBook.NET
ProblemBook.NET
LANGS
Задачник.NET
Math
Oop
«InheritanceNestedClass» (Задача)
«OverloadResolutionBasic» (Решение)
«OverloadResolutionOverride» (Решение)
«OverloadResolutionBasic» (Задача)
«OverloadResolutionOverride» (Задача)
«OverloadResolutionInheritance» (Решение)
«OverloadResolutionInheritance» (Задача)
«StaticFieldInGenericType» (Решение)
«StaticFieldInGenericType» (Задача)
«InheritanceNestedClass» (Решение)
ValueTypes
Strings
Linq
Multithreading
Summary
Введение
ProblemBook.NET
Attribution-NonCommercial-NoDerivatives 4.0 International
Powered By
GitBook
«InheritanceNestedClass» (Решение)
Ответ
Foo.Quux()
Объяснение
Класс
Bar.Quux
имеет область видимости
private
и не может быть использован из дочернего класса. Поэтому при вызове метода
Quux
из класса
Baz
будет использован класс
Foo.Quux
.
Задача
Previous
«StaticFieldInGenericType» (Задача)
Next
ValueTypes
Last modified
3yr ago
Copy link
Outline
Ответ
Объяснение