Answer Posted / guest
No, moreover, you cannot access private methods in inherited
classes, have to be protected in the base class to allow any
sort of access
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is equal c#?
What is the use of protected in c#?
What is .dbml file?
Why dictionary is faster than list?
What is namespace in oop?
Define delegate in c#?
Can we declare private class in c#?
How do you comment out code in c#?
Can a sealed class be used as a base class?
What is lastindexof c#?
What .exe means?
What is CASPOL?
How many bytes is an int?
Which of these statements correctly declares a two-dimensional array in c#?
Why abstract class can not be instantiated?