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
Can a class be protected in c#?
What are constructors in c#?
What is concrete method in c#?
What are the characteristics of c#?
in the nunit test framework, which attribute must adorn a test class in order for it to be picked up by the nunit gui?
Is char * null terminated?
Can hashtable have duplicate keys in c#?
What exactly is serverless?
Can properties be private in c#?
User's session is explicitly killed by which method ?
What is the best dependency injection c#?
When do we generally use destructors to release resources?
What is private protected in c#?
What is difference between ienumerable and list in c#?
Can we create extension method for interface?