|
|
![]() |
|
|
Top | #1 |
|
OSNN Addict
Joined: August 2005
Posts: 68
Reputation: 10
Power: 62 |
What is the equivalant of a 'friend' keyword in C Sharp?
How do I use the 'internal' keyword? I have read that 'internal' keyword is a replacement for 'friend' in C#. I am using a dll in my C# project that I have the source code for and yet I do not want to modify the existing code. I have inherited the class and I can use my inherited class any way I want. The problem is that most of the code in the parent class has private methods. Will using a friend somehow make it possible to access or call these private methods? I have been dold that if I have inherited from a base class, I should be able to access all the protected methods from the inheriting class. Therefore I should not need any "friend" equivalent. But does that also hold true for private methods? |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| using members of a C Sharp class | Complete | Web Design & Coding | 4 | January 14th, 2009 2:54am |
| running a batch file from a command window launched from a c sharp program | Complete | Web Design & Coding | 1 | March 27th, 2008 11:13pm |
| Textures inexplicably became less sharp | Petros | Graphics Cards | 0 | March 25th, 2006 3:57am |
| a GOOD(keyword) Matrix SS | Seeking Up | PC Gaming | 8 | May 16th, 2003 10:00pm |