What is Internal access modifier in C#?
Submitted by: AdministratorThe internal keyword is an access modifier for types and type members ie. we can declare a class as internal or its member as internal. Internal members are accessible only within files in the same assembly (.dll). In other words, access is limited exclusively to classes defined within the current project assembly.
Submitted by: Administrator
Submitted by: Administrator
Read Online OOP Job Interview Questions And Answers
Top OOP Questions
| ☺ | What is pure virtual function in OOP? |
| ☺ | When to use Interface over abstract class? |
| ☺ | Whats the Difference between Interface and Abstract Class? |
| ☺ | Can we call a base class method without creating instance? |
| ☺ | What is Abstract method? |
Top Coding/Programming Categories
| ☺ | Python Interview Questions. |
| ☺ | OOP Interview Questions. |
| ☺ | Software engineering Interview Questions. |
| ☺ | PHP Interview Questions. |
| ☺ | VBA (Visual Basic for Applications) Interview Questions. |
